From 71dc24457e7c41a2f9ee8baee773124df6f86a00 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Mon, 24 Aug 2015 12:36:23 +0200 Subject: Use https by default Signed-off-by: Justin Lecher --- dev-python/rsa/rsa-3.1.4-r1.ebuild | 2 +- dev-python/rsa/rsa-3.2.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-python/rsa') diff --git a/dev-python/rsa/rsa-3.1.4-r1.ebuild b/dev-python/rsa/rsa-3.1.4-r1.ebuild index 7ad2a76c55eb..0822d6252843 100644 --- a/dev-python/rsa/rsa-3.1.4-r1.ebuild +++ b/dev-python/rsa/rsa-3.1.4-r1.ebuild @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python2_7 python3_{3,4} pypy pypy3 ) 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" 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" -- cgit v1.2.3-65-gdbad