Skip to content

Commit

Permalink
dev-python/future: fix HOMEPAGE
Browse files Browse the repository at this point in the history
https doesn't work as of this writing.

Package-Manager: portage-2.3.0_p23
  • Loading branch information
floppym committed Sep 4, 2016
1 parent ccf7d50 commit 2dc98fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-python/future/future-0.15.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2dc98fa

Please sign in to comment.