nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python310Packages.cherrypy: fix url

The URL listed in https://search.nixos.org is not pointing to the project homepage.

+1 -1
+1 -1
pkgs/development/python-modules/cherrypy/default.nix
··· 102 102 103 103 meta = with lib; { 104 104 description = "Object-oriented HTTP framework"; 105 - homepage = "https://www.cherrypy.org"; 105 + homepage = "https://cherrypy.dev/"; 106 106 license = licenses.bsd3; 107 107 maintainers = with maintainers; [ ]; 108 108 };