about summary refs log tree commit diff
path: root/pkgs/development/tools/alloy/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/alloy/default.nix')
-rw-r--r--pkgs/development/tools/alloy/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/tools/alloy/default.nix b/pkgs/development/tools/alloy/default.nix
index fbf784db0cc6..c965e5a937a4 100644
--- a/pkgs/development/tools/alloy/default.nix
+++ b/pkgs/development/tools/alloy/default.nix
@@ -54,6 +54,5 @@ stdenv.mkDerivation rec {
     downloadPage = http://alloy.mit.edu/alloy/download.html;
     license = licenses.mit;
     platforms = platforms.linux;
-    maintainers = with maintainers; [ nckx ];
   };
 }