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-python/fabric | |
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-python/fabric')
-rw-r--r-- | dev-python/fabric/fabric-1.10.0-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/fabric/fabric-1.10.1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/fabric/fabric-1.10.2.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/fabric/fabric-1.10.0-r1.ebuild b/dev-python/fabric/fabric-1.10.0-r1.ebuild index c9e68f064073..cc01a621a0d7 100644 --- a/dev-python/fabric/fabric-1.10.0-r1.ebuild +++ b/dev-python/fabric/fabric-1.10.0-r1.ebuild @@ -11,7 +11,7 @@ MY_PN="Fabric" MY_P="${MY_PN}-${PV}" DESCRIPTION="A simple pythonic tool for remote execution and deployment" -HOMEPAGE="http://fabfile.org http://pypi.python.org/pypi/Fabric" +HOMEPAGE="http://fabfile.org https://pypi.python.org/pypi/Fabric" SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="GPL-2" diff --git a/dev-python/fabric/fabric-1.10.1.ebuild b/dev-python/fabric/fabric-1.10.1.ebuild index 0fae319ba275..f8ee236449d0 100644 --- a/dev-python/fabric/fabric-1.10.1.ebuild +++ b/dev-python/fabric/fabric-1.10.1.ebuild @@ -11,7 +11,7 @@ MY_PN="Fabric" MY_P="${MY_PN}-${PV}" DESCRIPTION="A simple pythonic tool for remote execution and deployment" -HOMEPAGE="http://fabfile.org http://pypi.python.org/pypi/Fabric" +HOMEPAGE="http://fabfile.org https://pypi.python.org/pypi/Fabric" SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="GPL-2" diff --git a/dev-python/fabric/fabric-1.10.2.ebuild b/dev-python/fabric/fabric-1.10.2.ebuild index 00b36432bd91..eb7fe321e4a9 100644 --- a/dev-python/fabric/fabric-1.10.2.ebuild +++ b/dev-python/fabric/fabric-1.10.2.ebuild @@ -11,7 +11,7 @@ MY_PN="Fabric" MY_P="${MY_PN}-${PV}" DESCRIPTION="A simple pythonic tool for remote execution and deployment" -HOMEPAGE="http://fabfile.org http://pypi.python.org/pypi/Fabric" +HOMEPAGE="http://fabfile.org https://pypi.python.org/pypi/Fabric" SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="GPL-2" |