dev-python/patsy: Use HTTPS

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-01-17 07:16:12 +01:00
parent 34898706d1
commit f2690dae24
2 changed files with 2 additions and 2 deletions

View 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"