From dea7c3060641b628cd6a2e2d97db18903c86862e Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Mon, 24 Aug 2015 15:41:27 +0200 Subject: Convert URIs for googlecode.com to https Signed-off-by: Justin Lecher --- dev-vcs/git/git-1.9.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-vcs/git/git-1.9.5.ebuild') diff --git a/dev-vcs/git/git-1.9.5.ebuild b/dev-vcs/git/git-1.9.5.ebuild index 9f7bf8739b3f..c8498543ef7a 100644 --- a/dev-vcs/git/git-1.9.5.ebuild +++ b/dev-vcs/git/git-1.9.5.ebuild @@ -22,7 +22,7 @@ DESCRIPTION="GIT - the stupid content tracker, the revision control system heavi HOMEPAGE="http://www.git-scm.com/" if [[ ${PV} != *9999 ]]; then SRC_URI_SUFFIX="gz" - SRC_URI_GOOG="http://git-core.googlecode.com/files" + SRC_URI_GOOG="https://git-core.googlecode.com/files" SRC_URI_KORG="mirror://kernel/software/scm/git" SRC_URI="${SRC_URI_GOOG}/${MY_P}.tar.${SRC_URI_SUFFIX} ${SRC_URI_KORG}/${MY_P}.tar.${SRC_URI_SUFFIX} -- cgit v1.2.3-65-gdbad