diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-05-25 13:32:07 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-05-25 14:18:06 +0200 |
commit | 54292eb93acaf78c97258af222c39836c23f41e2 (patch) | |
tree | e8089339fe4ad77d1de15d6cba6fc9b5b4b77b70 /dev-python/certifi | |
parent | dev-python/certifi: Port to py3.9 (diff) | |
download | gentoo-54292eb93acaf78c97258af222c39836c23f41e2.tar.gz gentoo-54292eb93acaf78c97258af222c39836c23f41e2.tar.bz2 gentoo-54292eb93acaf78c97258af222c39836c23f41e2.zip |
dev-python/certifi: Use HTTPS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/certifi')
-rw-r--r-- | dev-python/certifi/certifi-2020.4.5.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/certifi/certifi-2020.4.5.1.ebuild b/dev-python/certifi/certifi-2020.4.5.1.ebuild index e4ee7e759bbb..8a6c78894ba2 100644 --- a/dev-python/certifi/certifi-2020.4.5.1.ebuild +++ b/dev-python/certifi/certifi-2020.4.5.1.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 ) inherit distutils-r1 prefix readme.gentoo-r1 DESCRIPTION="Python package for providing Mozilla's CA Bundle" -HOMEPAGE="http://certifi.io/ https://pypi.org/project/certifi" +HOMEPAGE="https://certifi.io/ https://pypi.org/project/certifi" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MPL-2.0" |