summary refs log tree commit diff
path: root/pkgs/tools/system/nq/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/system/nq/default.nix')
-rw-r--r--pkgs/tools/system/nq/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/system/nq/default.nix b/pkgs/tools/system/nq/default.nix
index 133ce941faa..46db1c612ff 100644
--- a/pkgs/tools/system/nq/default.nix
+++ b/pkgs/tools/system/nq/default.nix
@@ -20,6 +20,6 @@ stdenv.mkDerivation rec {
     homepage = "https://github.com/chneukirchen/nq";
     license = licenses.publicDomain;
     platforms = platforms.all;
-    maintainers = with maintainers; [ cstrahan ];
+    maintainers = with maintainers; [ ];
   };
 }