summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-05-22 12:05:00 +0200
committerMichał Górny <mgorny@gentoo.org>2022-05-22 12:46:20 +0200
commit8d078681003b4303b8f9b12f8dbfb34990611085 (patch)
treeefcc251954d1c386c5b4944f1864dc86b2fc2287 /dev-python/cheroot
parentwww-client/firefox: stabilize 91.9.1 for amd64 (diff)
downloadgentoo-8d078681003b4303b8f9b12f8dbfb34990611085.tar.gz
gentoo-8d078681003b4303b8f9b12f8dbfb34990611085.tar.bz2
gentoo-8d078681003b4303b8f9b12f8dbfb34990611085.zip
dev-python/cheroot: Fix HOMEPAGE
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/cheroot')
-rw-r--r--dev-python/cheroot/cheroot-8.6.0-r1.ebuild2
-rw-r--r--dev-python/cheroot/cheroot-8.6.0.ebuild2
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"