about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2022-11-22 14:22:44 +0100
committerGitHub <noreply@github.com>2022-11-22 14:22:44 +0100
commitdc4cc4cd45517f8e31590e479d3aaf58d7c67d88 (patch)
treee608affaa5bda67ecfd24b9c32bae2c3587b14f9
parent1c69eed53938c3e145312aeea1a72766b0eb4e62 (diff)
parent9778ba41fdcdfc3a45b8eb00aaeae5d576489a6e (diff)
Merge pull request #202343 from moduon/cherrypy-url
-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; [ ];
   };