diff options
author | Sviatoslav Sydorenko <webknjaz@redhat.com> | 2021-11-01 10:50:52 +0100 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2021-11-02 14:36:58 +0200 |
commit | a8fb16af5fd47f6d59433d2370756e0bbb3c0e4c (patch) | |
tree | 29604cf99aa00dca5e14133ec0a1a5bc12ee741e /dev-python/cherrypy | |
parent | sys-kernel/gentoo-sources: Clean-up of 5.14.X series (diff) | |
download | gentoo-a8fb16af5fd47f6d59433d2370756e0bbb3c0e4c.tar.gz gentoo-a8fb16af5fd47f6d59433d2370756e0bbb3c0e4c.tar.bz2 gentoo-a8fb16af5fd47f6d59433d2370756e0bbb3c0e4c.zip |
dev-python/cherrypy: Add the new CherryPy website to the metadata
It is now https://cherrypy.dev.
Ref: https://twitter.com/cherrypy/status/1435583865024823297
Signed-off-by: Sviatoslav Sydorenko <webknjaz@redhat.com>
Closes: https://github.com/gentoo/gentoo/pull/22779
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/cherrypy')
-rw-r--r-- | dev-python/cherrypy/cherrypy-18.6.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/cherrypy/cherrypy-18.6.1.ebuild b/dev-python/cherrypy/cherrypy-18.6.1.ebuild index f737a38a7917..c553981b3879 100644 --- a/dev-python/cherrypy/cherrypy-18.6.1.ebuild +++ b/dev-python/cherrypy/cherrypy-18.6.1.ebuild @@ -9,7 +9,7 @@ inherit distutils-r1 MY_P="CherryPy-${PV}" DESCRIPTION="CherryPy is a pythonic, object-oriented HTTP framework" -HOMEPAGE="https://pypi.org/project/CherryPy/" +HOMEPAGE="https://cherrypy.dev https://pypi.org/project/CherryPy/" SRC_URI="mirror://pypi/C/CherryPy/${MY_P}.tar.gz" S="${WORKDIR}/${MY_P}" |