diff options
Diffstat (limited to 'dev-python/rsa/rsa-3.2.ebuild')
-rw-r--r-- | dev-python/rsa/rsa-3.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/rsa/rsa-3.2.ebuild b/dev-python/rsa/rsa-3.2.ebuild index 9d4a9e4da542..80d9b34cd24d 100644 --- a/dev-python/rsa/rsa-3.2.ebuild +++ b/dev-python/rsa/rsa-3.2.ebuild @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) inherit distutils-r1 DESCRIPTION="Pure-Python RSA implementation" -HOMEPAGE="http://stuvel.eu/rsa http://pypi.python.org/pypi/rsa" +HOMEPAGE="http://stuvel.eu/rsa https://pypi.python.org/pypi/rsa" SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" |