summaryrefslogtreecommitdiff
path: root/dev-python/future
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2016-09-04 11:56:26 -0400
committerMike Gilbert <floppym@gentoo.org>2016-09-04 11:56:39 -0400
commit2dc98fa8b41ff0e47c01ba6aea58598c2f1718c0 (patch)
tree0135d7627819c16bc6f2abbb6977f5db9b4adf07 /dev-python/future
parentccf7d508612042604498753cc041c8f3888a0fa2 (diff)
downloadgentoo-2dc98fa8b41ff0e47c01ba6aea58598c2f1718c0.tar.gz
gentoo-2dc98fa8b41ff0e47c01ba6aea58598c2f1718c0.tar.xz
dev-python/future: fix HOMEPAGE
https doesn't work as of this writing. Package-Manager: portage-2.3.0_p23
Diffstat (limited to 'dev-python/future')
-rw-r--r--dev-python/future/future-0.15.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/future/future-0.15.2.ebuild b/dev-python/future/future-0.15.2.ebuild
index 05d6707a057..1c5c9700834 100644
--- a/dev-python/future/future-0.15.2.ebuild
+++ b/dev-python/future/future-0.15.2.ebuild
@@ -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"