about summary refs log tree commit diff
path: root/pkgs/tools/networking
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2024-05-01 20:54:54 +0800
committerBobby Rong <rjl931189261@126.com>2024-05-01 21:16:03 +0800
commit736c6be4623428ec0813243a7eaaeb3c269a9f73 (patch)
tree14b32661ece46860df391de347632323419d5263 /pkgs/tools/networking
parenta6a01f8c995e6b59ace2e84de263d67ef74f696f (diff)
treewide: Move away from wiki.gnome.org
The wiki.gnome.org site is planned for retirement.
Diffstat (limited to 'pkgs/tools/networking')
-rw-r--r--pkgs/tools/networking/phodav/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/networking/phodav/default.nix b/pkgs/tools/networking/phodav/default.nix
index 7a3ce12b55fb2..f4bb164939019 100644
--- a/pkgs/tools/networking/phodav/default.nix
+++ b/pkgs/tools/networking/phodav/default.nix
@@ -53,7 +53,7 @@ stdenv.mkDerivation rec {
 
   meta = with lib; {
     description = "WebDav server implementation and library using libsoup";
-    homepage = "https://wiki.gnome.org/phodav";
+    homepage = "https://gitlab.gnome.org/GNOME/phodav";
     license = licenses.lgpl21Plus;
     maintainers = with maintainers; [ wegank ];
     platforms = platforms.unix;