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/paste | |
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/paste')
-rw-r--r-- | dev-python/paste/paste-1.7.5.1-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/paste/paste-1.7.5.1-r2.ebuild | 2 | ||||
-rw-r--r-- | dev-python/paste/paste-2.0.2.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/paste/paste-1.7.5.1-r1.ebuild b/dev-python/paste/paste-1.7.5.1-r1.ebuild index e3e8a3f7a006..230e0bb3a9b5 100644 --- a/dev-python/paste/paste-1.7.5.1-r1.ebuild +++ b/dev-python/paste/paste-1.7.5.1-r1.ebuild @@ -12,7 +12,7 @@ MY_PN="Paste" MY_P="${MY_PN}-${PV}" DESCRIPTION="Tools for using a Web Server Gateway Interface stack" -HOMEPAGE="http://pythonpaste.org http://pypi.python.org/pypi/Paste" +HOMEPAGE="http://pythonpaste.org https://pypi.python.org/pypi/Paste" SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="MIT" diff --git a/dev-python/paste/paste-1.7.5.1-r2.ebuild b/dev-python/paste/paste-1.7.5.1-r2.ebuild index 1267db6af929..287527f4efca 100644 --- a/dev-python/paste/paste-1.7.5.1-r2.ebuild +++ b/dev-python/paste/paste-1.7.5.1-r2.ebuild @@ -16,7 +16,7 @@ MY_PN="Paste" MY_P="${MY_PN}-${PV}" DESCRIPTION="Tools for using a Web Server Gateway Interface stack" -HOMEPAGE="http://pythonpaste.org http://pypi.python.org/pypi/Paste" +HOMEPAGE="http://pythonpaste.org https://pypi.python.org/pypi/Paste" SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="MIT" diff --git a/dev-python/paste/paste-2.0.2.ebuild b/dev-python/paste/paste-2.0.2.ebuild index 38c1b01e6d81..b4ddf3c902bf 100644 --- a/dev-python/paste/paste-2.0.2.ebuild +++ b/dev-python/paste/paste-2.0.2.ebuild @@ -12,7 +12,7 @@ MY_PN="Paste" MY_P="${MY_PN}-${PV}" DESCRIPTION="Tools for using a Web Server Gateway Interface stack" -HOMEPAGE="http://pythonpaste.org http://pypi.python.org/pypi/Paste" +HOMEPAGE="http://pythonpaste.org https://pypi.python.org/pypi/Paste" SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="MIT" |