diff options
Diffstat (limited to 'dev-python/treq/treq-17.3.1.ebuild')
-rw-r--r-- | dev-python/treq/treq-17.3.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/treq/treq-17.3.1.ebuild b/dev-python/treq/treq-17.3.1.ebuild index d85aa8895237..699114716957 100644 --- a/dev-python/treq/treq-17.3.1.ebuild +++ b/dev-python/treq/treq-17.3.1.ebuild @@ -6,7 +6,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1 DESCRIPTION="A requests-like API built on top of twisted.web's Agent" -HOMEPAGE="https://github.com/twisted/treq https://pypi.org/project/treq" +HOMEPAGE="https://github.com/twisted/treq https://pypi.org/project/treq/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" |