diff options
author | 2015-08-24 12:36:23 +0200 | |
---|---|---|
committer | 2015-08-24 12:36:23 +0200 | |
commit | 71dc24457e7c41a2f9ee8baee773124df6f86a00 (patch) | |
tree | e4cbe29b6d056c3b011285fc8142356298f8347f /dev-python/dnspython | |
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/dnspython')
-rw-r--r-- | dev-python/dnspython/dnspython-1.11.1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/dnspython/dnspython-1.12.0-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/dnspython/dnspython-1.12.0.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/dnspython/dnspython-1.11.1.ebuild b/dev-python/dnspython/dnspython-1.11.1.ebuild index dda6e400fe04..ea07615a4886 100644 --- a/dev-python/dnspython/dnspython-1.11.1.ebuild +++ b/dev-python/dnspython/dnspython-1.11.1.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 DESCRIPTION="DNS toolkit for Python" -HOMEPAGE="http://www.dnspython.org/ http://pypi.python.org/pypi/dnspython" +HOMEPAGE="http://www.dnspython.org/ https://pypi.python.org/pypi/dnspython" SRC_URI="http://www.dnspython.org/kits/${PV}/${P}.tar.gz" LICENSE="ISC" diff --git a/dev-python/dnspython/dnspython-1.12.0-r1.ebuild b/dev-python/dnspython/dnspython-1.12.0-r1.ebuild index 6f519f185839..a472b313adde 100644 --- a/dev-python/dnspython/dnspython-1.12.0-r1.ebuild +++ b/dev-python/dnspython/dnspython-1.12.0-r1.ebuild @@ -11,7 +11,7 @@ PN3="${PN}3" P3="${PN3}-${PV}" DESCRIPTION="DNS toolkit for Python" -HOMEPAGE="http://www.dnspython.org/ http://pypi.python.org/pypi/dnspython" +HOMEPAGE="http://www.dnspython.org/ https://pypi.python.org/pypi/dnspython" SRC_URI="http://www.dnspython.org/kits/${PV}/${P}.tar.gz http://www.dnspython.org/kits3/${PV}/${P3}.zip" diff --git a/dev-python/dnspython/dnspython-1.12.0.ebuild b/dev-python/dnspython/dnspython-1.12.0.ebuild index 7eb611adf1eb..9edf38a91b37 100644 --- a/dev-python/dnspython/dnspython-1.12.0.ebuild +++ b/dev-python/dnspython/dnspython-1.12.0.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 DESCRIPTION="DNS toolkit for Python" -HOMEPAGE="http://www.dnspython.org/ http://pypi.python.org/pypi/dnspython" +HOMEPAGE="http://www.dnspython.org/ https://pypi.python.org/pypi/dnspython" SRC_URI="http://www.dnspython.org/kits/${PV}/${P}.tar.gz" LICENSE="ISC" |