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/vcsh | |
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/vcsh')
-rw-r--r-- | dev-vcs/vcsh/vcsh-1.20140508-r2.ebuild | 2 | ||||
-rw-r--r-- | dev-vcs/vcsh/vcsh-1.20141026.ebuild | 2 | ||||
-rw-r--r-- | dev-vcs/vcsh/vcsh-1.20150502.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-vcs/vcsh/vcsh-1.20140508-r2.ebuild b/dev-vcs/vcsh/vcsh-1.20140508-r2.ebuild index 899fba1bf242..0749de039c9f 100644 --- a/dev-vcs/vcsh/vcsh-1.20140508-r2.ebuild +++ b/dev-vcs/vcsh/vcsh-1.20140508-r2.ebuild @@ -6,7 +6,7 @@ EAPI=5 DESCRIPTION='Manage config files in $HOME via fake bare git repositories' HOMEPAGE="https://github.com/RichiH/vcsh/" -SRC_URI="http://github.com/RichiH/vcsh/archive/v${PV}-manpage-static.tar.gz -> ${P}-manpage-static.tar.gz" +SRC_URI="https://github.com/RichiH/vcsh/archive/v${PV}-manpage-static.tar.gz -> ${P}-manpage-static.tar.gz" LICENSE="|| ( GPL-3 GPL-2 )" SLOT="0" diff --git a/dev-vcs/vcsh/vcsh-1.20141026.ebuild b/dev-vcs/vcsh/vcsh-1.20141026.ebuild index 899fba1bf242..0749de039c9f 100644 --- a/dev-vcs/vcsh/vcsh-1.20141026.ebuild +++ b/dev-vcs/vcsh/vcsh-1.20141026.ebuild @@ -6,7 +6,7 @@ EAPI=5 DESCRIPTION='Manage config files in $HOME via fake bare git repositories' HOMEPAGE="https://github.com/RichiH/vcsh/" -SRC_URI="http://github.com/RichiH/vcsh/archive/v${PV}-manpage-static.tar.gz -> ${P}-manpage-static.tar.gz" +SRC_URI="https://github.com/RichiH/vcsh/archive/v${PV}-manpage-static.tar.gz -> ${P}-manpage-static.tar.gz" LICENSE="|| ( GPL-3 GPL-2 )" SLOT="0" diff --git a/dev-vcs/vcsh/vcsh-1.20150502.ebuild b/dev-vcs/vcsh/vcsh-1.20150502.ebuild index 45c6bb509472..2bfc4e8365c0 100644 --- a/dev-vcs/vcsh/vcsh-1.20150502.ebuild +++ b/dev-vcs/vcsh/vcsh-1.20150502.ebuild @@ -6,7 +6,7 @@ EAPI=5 DESCRIPTION='Manage config files in $HOME via fake bare git repositories' HOMEPAGE="https://github.com/RichiH/vcsh/" -SRC_URI="http://github.com/RichiH/vcsh/archive/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/RichiH/vcsh/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="|| ( GPL-3 GPL-2 )" SLOT="0" |