dev-python/cheroot: Fix redirect in HOMEPAGE

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-12-06 10:09:14 +01:00
parent f378f1ffb8
commit 6c78e4ab85
2 changed files with 4 additions and 2 deletions

View File

@@ -8,7 +8,9 @@ DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1
DESCRIPTION="Cheroot is the high-performance, pure-Python HTTP server used by CherryPy."
HOMEPAGE="https://cherrypy.org/ https://pypi.org/project/Cheroot/ https://github.com/cherrypy/cheroot"
HOMEPAGE="https://cherrypy.org/
https://pypi.org/project/cheroot/
https://github.com/cherrypy/cheroot/"
SRC_URI="mirror://pypi/C/${PN/c/C}/${P}.tar.gz"
LICENSE="BSD"

View File

@@ -11,7 +11,7 @@
</maintainer>
<stabilize-allarches/>
<upstream>
<remote-id type="pypi">Cheroot</remote-id>
<remote-id type="pypi">cheroot</remote-id>
<remote-id type="github">cherrypy/cheroot</remote-id>
</upstream>
</pkgmetadata>