dev-python/patsy: Use HTTPS
authorMichał Górny <mgorny@gentoo.org>
Fri, 17 Jan 2020 06:16:12 +0000 (07:16 +0100)
committerMichał Górny <mgorny@gentoo.org>
Fri, 17 Jan 2020 07:47:43 +0000 (08:47 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/patsy/patsy-0.4.1.ebuild
dev-python/patsy/patsy-0.5.1.ebuild

index 613596d543e59943c93e3aa8bc6e4068e95fc881..922367425e19c01aa739d49a4fe3ae41459c4ea6 100644 (file)
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_6 )
 inherit distutils-r1
 
 DESCRIPTION="Python module to describe statistical models and design matrices"
-HOMEPAGE="http://patsy.readthedocs.org/en/latest/index.html"
+HOMEPAGE="https://patsy.readthedocs.org/en/latest/index.html"
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
 
 LICENSE="BSD"
index 5bc580644449147e4701a28ac486e38acfed1f6f..005ace41e31c249544a6964dccf365eec1381957 100644 (file)
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{6,7} )
 inherit distutils-r1
 
 DESCRIPTION="Python module to describe statistical models and design matrices"
-HOMEPAGE="http://patsy.readthedocs.org/en/latest/index.html"
+HOMEPAGE="https://patsy.readthedocs.org/en/latest/index.html"
 SRC_URI="https://files.pythonhosted.org/packages/49/c7/b971d8685c52512dbaa45bf8d076695432245a9f59509fb20a6c8e4ff69a/patsy-0.5.1.tar.gz"
 
 LICENSE="BSD"