diff options
Diffstat (limited to 'dev-vcs/git/git-1.8.5.6.ebuild')
-rw-r--r-- | dev-vcs/git/git-1.8.5.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/git/git-1.8.5.6.ebuild b/dev-vcs/git/git-1.8.5.6.ebuild index 76127c2183dc..551502ff0742 100644 --- a/dev-vcs/git/git-1.8.5.6.ebuild +++ b/dev-vcs/git/git-1.8.5.6.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} |