From 9778ba41fdcdfc3a45b8eb00aaeae5d576489a6e Mon Sep 17 00:00:00 2001 From: Jairo Llopis Date: Tue, 22 Nov 2022 12:33:04 +0000 Subject: python310Packages.cherrypy: fix url The URL listed in https://search.nixos.org is not pointing to the project homepage. --- pkgs/development/python-modules/cherrypy/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/development') diff --git a/pkgs/development/python-modules/cherrypy/default.nix b/pkgs/development/python-modules/cherrypy/default.nix index d18d75bd37209..b94f30a2c7588 100644 --- a/pkgs/development/python-modules/cherrypy/default.nix +++ b/pkgs/development/python-modules/cherrypy/default.nix @@ -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; [ ]; }; -- cgit 1.4.1