commit: 8d078681003b4303b8f9b12f8dbfb34990611085 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun May 22 10:05:00 2022 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun May 22 10:46:20 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d078681
dev-python/cheroot: Fix HOMEPAGE Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/cheroot/cheroot-8.6.0-r1.ebuild | 2 +- dev-python/cheroot/cheroot-8.6.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/cheroot/cheroot-8.6.0-r1.ebuild b/dev-python/cheroot/cheroot-8.6.0-r1.ebuild index 6c33fa2651f2..a36df5503ce4 100644 --- a/dev-python/cheroot/cheroot-8.6.0-r1.ebuild +++ b/dev-python/cheroot/cheroot-8.6.0-r1.ebuild @@ -10,7 +10,7 @@ inherit distutils-r1 DESCRIPTION="High-performance, pure-Python HTTP server used by CherryPy" HOMEPAGE=" - https://www.cherrypy.org/ + https://cherrypy.dev/ https://pypi.org/project/cheroot/ https://github.com/cherrypy/cheroot/ " diff --git a/dev-python/cheroot/cheroot-8.6.0.ebuild b/dev-python/cheroot/cheroot-8.6.0.ebuild index af8d3eaf4567..6cd08d93883f 100644 --- a/dev-python/cheroot/cheroot-8.6.0.ebuild +++ b/dev-python/cheroot/cheroot-8.6.0.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{8..10} pypy3 ) inherit distutils-r1 DESCRIPTION="High-performance, pure-Python HTTP server used by CherryPy" -HOMEPAGE="https://cherrypy.org/ +HOMEPAGE="https://cherrypy.dev/ https://pypi.org/project/cheroot/ https://github.com/cherrypy/cheroot/" SRC_URI="mirror://pypi/C/${PN/c/C}/${P}.tar.gz"
