about summary refs log tree commit diff
path: root/pkgs/tools/networking/phodav/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/networking/phodav/default.nix')
-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;