about summary refs log tree commit diff
path: root/pkgs/tools/networking
diff options
context:
space:
mode:
authorBen Siraphob <bensiraphob@gmail.com>2022-01-07 14:04:34 +0700
committerBen Siraphob <bensiraphob@gmail.com>2022-01-07 16:45:54 +0700
commit9fdcccb613693c84ac464c1d31f890f72c801601 (patch)
tree51996bc4874f7f2e6107304abad19257df66fcc9 /pkgs/tools/networking
parent8641b298b126a289aadfdafa0d2939cd8a65e96d (diff)
circus: update homepage
Diffstat (limited to 'pkgs/tools/networking')
-rw-r--r--pkgs/tools/networking/circus/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/networking/circus/default.nix b/pkgs/tools/networking/circus/default.nix
index f24c0e629cb01..c9aba8dc4e8be 100644
--- a/pkgs/tools/networking/circus/default.nix
+++ b/pkgs/tools/networking/circus/default.nix
@@ -34,7 +34,7 @@ buildPythonApplication rec {
 
   meta = with lib; {
     description = "A process and socket manager";
-    homepage = "https://github.circus.com/circus-tent/circus";
+    homepage = "https://github.com/circus-tent/circus";
     license = licenses.asl20;
   };
 }