python310Packages.cherrypy: fix url
The URL listed in https://search.nixos.org is not pointing to the project homepage.
This commit is contained in:
@@ -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; [ ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user