about summary refs log tree commit diff
path: root/pkgs/development/tools/compile-daemon/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/compile-daemon/default.nix')
-rw-r--r--pkgs/development/tools/compile-daemon/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/compile-daemon/default.nix b/pkgs/development/tools/compile-daemon/default.nix
index bad35e2422b5..db7df2af7009 100644
--- a/pkgs/development/tools/compile-daemon/default.nix
+++ b/pkgs/development/tools/compile-daemon/default.nix
@@ -19,7 +19,7 @@ buildGoPackage rec {
   meta = with stdenv.lib; {
     description = "Very simple compile daemon for Go";
     license = licenses.bsd2;
-    maintainers = with maintainers; [ profpatsch ];
+    maintainers = with maintainers; [ ];
     inherit (src.meta) homepage;
   };
 }