dev-python/future: fix HOMEPAGE

https doesn't work as of this writing.

Package-Manager: portage-2.3.0_p23
This commit is contained in:
Mike Gilbert
2016-09-04 11:56:26 -04:00
parent ccf7d50861
commit 2dc98fa8b4

View File

@@ -8,7 +8,7 @@ PYTHON_COMPAT=(python{2_7,3_4})
inherit distutils-r1
DESCRIPTION="Easy, clean, reliable Python 2/3 compatibility"
HOMEPAGE="https://python-future.org"
HOMEPAGE="http://python-future.org/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"