diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-08-24 12:36:23 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-08-24 12:36:23 +0200 |
commit | 71dc24457e7c41a2f9ee8baee773124df6f86a00 (patch) | |
tree | e4cbe29b6d056c3b011285fc8142356298f8347f /dev-vcs/git-sh | |
parent | Add missing remote-id (diff) | |
download | gentoo-71dc24457e7c41a2f9ee8baee773124df6f86a00.tar.gz gentoo-71dc24457e7c41a2f9ee8baee773124df6f86a00.tar.bz2 gentoo-71dc24457e7c41a2f9ee8baee773124df6f86a00.zip |
Use https by default
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-vcs/git-sh')
-rw-r--r-- | dev-vcs/git-sh/git-sh-1.1.ebuild | 4 | ||||
-rw-r--r-- | dev-vcs/git-sh/git-sh-1.3.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-vcs/git-sh/git-sh-1.1.ebuild b/dev-vcs/git-sh/git-sh-1.1.ebuild index 8c8bc46bc2f5..73b567b2db30 100644 --- a/dev-vcs/git-sh/git-sh-1.1.ebuild +++ b/dev-vcs/git-sh/git-sh-1.1.ebuild @@ -7,8 +7,8 @@ EAPI=4 inherit vcs-snapshot DESCRIPTION="A customized bash environment suitable for git work" -HOMEPAGE="http://github.com/rtomayko/git-sh" -SRC_URI="http://github.com/rtomayko/${PN}/tarball/${PV} -> ${P}.tar.gz" +HOMEPAGE="https://github.com/rtomayko/git-sh" +SRC_URI="https://github.com/rtomayko/${PN}/tarball/${PV} -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/dev-vcs/git-sh/git-sh-1.3.ebuild b/dev-vcs/git-sh/git-sh-1.3.ebuild index aa5998fb69ab..40e4c2458243 100644 --- a/dev-vcs/git-sh/git-sh-1.3.ebuild +++ b/dev-vcs/git-sh/git-sh-1.3.ebuild @@ -7,7 +7,7 @@ EAPI=5 inherit vcs-snapshot DESCRIPTION="A customized bash environment suitable for git work" -HOMEPAGE="http://github.com/rtomayko/git-sh" +HOMEPAGE="https://github.com/rtomayko/git-sh" SRC_URI="https://github.com/rtomayko/git-sh/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" |