python310Packages.cherrypy: fix url

The URL listed in https://search.nixos.org is not pointing to the project homepage.
This commit is contained in:
Jairo Llopis 2022-11-22 12:33:04 +00:00
parent 29b2098551
commit 9778ba41fd
No known key found for this signature in database
GPG Key ID: E47E3BE44B940490

View File

@ -102,7 +102,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Object-oriented HTTP framework";
homepage = "https://www.cherrypy.org";
homepage = "https://cherrypy.dev/";
license = licenses.bsd3;
maintainers = with maintainers; [ ];
};