summaryrefslogtreecommitdiff
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 dfaad9c1e978..9b1c3d005b97 100644
--- a/pkgs/tools/networking/phodav/default.nix
+++ b/pkgs/tools/networking/phodav/default.nix
@@ -27,7 +27,7 @@ in stdenv.mkDerivation rec {
description = "WebDav server implementation and library using libsoup";
homepage = "https://wiki.gnome.org/phodav";
license = licenses.lgpl21;
- maintainers = with maintainers; [ gnidorah ];
+ maintainers = with maintainers; [ ];
platforms = platforms.linux;
};
}