dev-python/python-gnupg: use HTTPS

This commit is contained in:
Michael Mair-Keimberger
2018-04-27 15:35:48 +02:00
committed by Michał Górny
parent c94663948c
commit ce645f59f8
2 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
inherit distutils-r1
DESCRIPTION="Python wrapper for GNU Privacy Guard"
HOMEPAGE="http://pythonhosted.org/python-gnupg/ https://github.com/vsajip/python-gnupg/"
HOMEPAGE="https://pythonhosted.org/python-gnupg/ https://github.com/vsajip/python-gnupg/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"