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/asyncio/asyncio-3.4.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-python/asyncio/asyncio-3.4.3.ebuild') diff --git a/dev-python/asyncio/asyncio-3.4.3.ebuild b/dev-python/asyncio/asyncio-3.4.3.ebuild index 1c979f824292..9e047b76d0ad 100644 --- a/dev-python/asyncio/asyncio-3.4.3.ebuild +++ b/dev-python/asyncio/asyncio-3.4.3.ebuild @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python3_{3,4} ) inherit distutils-r1 DESCRIPTION="reference implementation of PEP 3156" -HOMEPAGE="http://pypi.python.org/pypi/asyncio https://github.com/python/asyncio" +HOMEPAGE="https://pypi.python.org/pypi/asyncio https://github.com/python/asyncio" SRC_URI="mirror://pypi/a/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" -- cgit v1.2.3