diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-03-07 16:21:06 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-03-07 16:23:52 +0100 |
commit | 8413bf1020c96cf09747e5f6a76c12cdb9ea94d2 (patch) | |
tree | 139a316a1f56c4f0189eb42256fd8e9a037dbe7f /dev-python/future | |
parent | dev-python/sip: Remove redundant versions (diff) | |
download | gentoo-8413bf1020c96cf09747e5f6a76c12cdb9ea94d2.tar.gz gentoo-8413bf1020c96cf09747e5f6a76c12cdb9ea94d2.tar.bz2 gentoo-8413bf1020c96cf09747e5f6a76c12cdb9ea94d2.zip |
dev-python/future: Use https
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/future')
-rw-r--r-- | dev-python/future/future-0.18.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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" |