dev-python/priority: fix HOMEPAGE and use HTTPS
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Mon, 19 Mar 2018 20:22:52 +0000 (21:22 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 19 Mar 2018 20:48:46 +0000 (21:48 +0100)
dev-python/priority/priority-1.3.0.ebuild

index 8bf532ecb56a67b2415024d287150c531025fab4..3c235efdb71c105a898fb25d6990154ec6852494 100644 (file)
@@ -7,7 +7,9 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy)
 inherit distutils-r1
 
 DESCRIPTION="A pure-Python implementation of the HTTP/2 priority tree"
-HOMEPAGE="http://python-hyper.org/priority https://github.com/python-hyper/priority https://pypi.python.org/pypi/priority"
+HOMEPAGE="https://python-hyper.org/priority/en/latest/
+       https://github.com/python-hyper/priority
+       https://pypi.python.org/pypi/priority"
 SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"