From 769c75f84ac0d1be61ecaeaff0fcc8c509063ec5 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Mon, 24 Aug 2015 13:35:05 +0200 Subject: Enable https for all google URIs Signed-off-by: Justin Lecher --- dev-python/slowaes/slowaes-0.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-python/slowaes/slowaes-0.1-r1.ebuild') diff --git a/dev-python/slowaes/slowaes-0.1-r1.ebuild b/dev-python/slowaes/slowaes-0.1-r1.ebuild index 91c240785bba..85ab5df35f2b 100644 --- a/dev-python/slowaes/slowaes-0.1-r1.ebuild +++ b/dev-python/slowaes/slowaes-0.1-r1.ebuild @@ -10,7 +10,7 @@ inherit distutils-r1 MY_P=${P}a1 DESCRIPTION="AES implementation in pure Python" -HOMEPAGE="http://code.google.com/p/slowaes/" +HOMEPAGE="https://code.google.com/p/slowaes/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz" LICENSE="Apache-2.0" -- cgit v1.2.3-65-gdbad