From: Michał Górny Date: Sat, 7 Mar 2020 15:21:06 +0000 (+0100) Subject: dev-python/future: Use https X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8413bf1020c96cf09747e5f6a76c12cdb9ea94d2;p=gentoo.git dev-python/future: Use https Signed-off-by: Michał Górny --- diff --git a/dev-python/future/future-0.18.2.ebuild b/dev-python/future/future-0.18.2.ebuild index 05c7df698691..e15a41f59f11 100644 --- a/dev-python/future/future-0.18.2.ebuild +++ b/dev-python/future/future-0.18.2.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_{6,7,8}} pypy3 ) inherit distutils-r1 DESCRIPTION="Easy, clean, reliable Python 2/3 compatibility" -HOMEPAGE="http://python-future.org/" +HOMEPAGE="https://python-future.org/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT"