commit: 18d7319ab88b5160d933ce9d07908e80666c15e3
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Mon Mar 19 20:22:52 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Mar 19 20:48:46 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18d7319a
dev-python/priority: fix HOMEPAGE and use HTTPS
dev-python/priority/priority-1.3.0.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/dev-python/priority/priority-1.3.0.ebuild
b/dev-python/priority/priority-1.3.0.ebuild
index 8bf532ecb56..3c235efdb71 100644
--- a/dev-python/priority/priority-1.3.0.ebuild
+++ b/dev-python/priority/priority-1.3.0.ebuild
@@ -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"