diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-12-11 13:28:25 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-12-11 13:53:23 +0100 |
commit | 5ed6b0dae894043260be12059abaf7f4eb93b492 (patch) | |
tree | a6004783b50f96ba96ccb552aba5aac4fb977923 /dev-python/h11 | |
parent | dev-python/greenstalk: Update HOMEPAGE (diff) | |
download | gentoo-5ed6b0dae894043260be12059abaf7f4eb93b492.tar.gz gentoo-5ed6b0dae894043260be12059abaf7f4eb93b492.tar.bz2 gentoo-5ed6b0dae894043260be12059abaf7f4eb93b492.zip |
dev-python/h11: Update HOMEPAGE
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/h11')
-rw-r--r-- | dev-python/h11/h11-0.11.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/h11/h11-0.11.0.ebuild b/dev-python/h11/h11-0.11.0.ebuild index f61bd104ce99..daca33b59cec 100644 --- a/dev-python/h11/h11-0.11.0.ebuild +++ b/dev-python/h11/h11-0.11.0.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{6,7,8,9} ) inherit distutils-r1 DESCRIPTION="A pure-Python implementation of HTTP/1.1 inspired by hyper-h2" -HOMEPAGE="https://github.com/python-hyper/h11 https://pypi.python.org/pypi/h11" +HOMEPAGE="https://github.com/python-hyper/h11/ https://pypi.org/project/h11/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" |