diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-03-18 15:38:06 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-03-18 20:18:50 +0100 |
commit | 4555713e7bdd1f7d7af7cc92818a21e0eccec0b1 (patch) | |
tree | 8e72fabb85f68cc5286b24e257046dec1e222b32 /dev-python/hyper-h2 | |
parent | dev-python/flask-xml-rpc: update HOMEPAGE and use HTTPS (diff) | |
download | gentoo-4555713e7bdd1f7d7af7cc92818a21e0eccec0b1.tar.gz gentoo-4555713e7bdd1f7d7af7cc92818a21e0eccec0b1.tar.bz2 gentoo-4555713e7bdd1f7d7af7cc92818a21e0eccec0b1.zip |
dev-python/hyper-h2: update HOMEPAGE and use HTTPS
Diffstat (limited to 'dev-python/hyper-h2')
-rw-r--r-- | dev-python/hyper-h2/hyper-h2-2.5.1.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-python/hyper-h2/hyper-h2-2.5.1.ebuild b/dev-python/hyper-h2/hyper-h2-2.5.1.ebuild index 8da25409e844..4b1fda25ee19 100644 --- a/dev-python/hyper-h2/hyper-h2-2.5.1.ebuild +++ b/dev-python/hyper-h2/hyper-h2-2.5.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,9 @@ inherit distutils-r1 MY_PN="h2" DESCRIPTION="HTTP/2 State-Machine based protocol implementation" -HOMEPAGE="http://python-hyper.org/h2 https://pypi.python.org/pypi/h2" +HOMEPAGE="https://python-hyper.org/h2/en/stable + https://github.com/python-hyper/hyper-h2 + https://pypi.python.org/pypi/h2" SRC_URI="mirror://pypi/${P:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" |