about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorJairo Llopis <yajo.sk8@gmail.com>2022-11-22 12:33:04 +0000
committerJairo Llopis <yajo.sk8@gmail.com>2022-11-22 12:33:04 +0000
commit9778ba41fdcdfc3a45b8eb00aaeae5d576489a6e (patch)
tree262a81c0b2710c722380770f1e4b0e171eed0d0e /pkgs/development
parent29b2098551a1ce45495d7be949ffd77e0e7ed667 (diff)
python310Packages.cherrypy: fix url
The URL listed in https://search.nixos.org is not pointing to the project homepage.
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/python-modules/cherrypy/default.nix2
1 files changed, 1 insertions, 1 deletions
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; [ ];
   };