diff options
-rw-r--r-- | dev-python/futurist/futurist-0.4.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/futurist/futurist-0.4.0.ebuild b/dev-python/futurist/futurist-0.4.0.ebuild index 8a9f1b0683f3..2fa646aad4e4 100644 --- a/dev-python/futurist/futurist-0.4.0.ebuild +++ b/dev-python/futurist/futurist-0.4.0.ebuild @@ -8,8 +8,8 @@ PYTHON_COMPAT=( python2_7 python3_3 python3_4 ) inherit distutils-r1 -DESCRIPTION="Useful additions to futures, from the future." -HOMEPAGE="https://pypi.python.org/pypi/futurist" +DESCRIPTION="Useful additions to futures, from the future" +HOMEPAGE="https://pypi.python.org/pypi/futurist http://docs.openstack.org/developer/futurist" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" |