summary refs log tree commit diff
path: root/pkgs/games/stockfish/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/stockfish/default.nix')
-rw-r--r--pkgs/games/stockfish/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/stockfish/default.nix b/pkgs/games/stockfish/default.nix
index 5aa2408afd1..05caaaed63e 100644
--- a/pkgs/games/stockfish/default.nix
+++ b/pkgs/games/stockfish/default.nix
@@ -54,7 +54,7 @@ stdenv.mkDerivation rec {
       Stockfish is one of the strongest chess engines in the world. It is also
       much stronger than the best human chess grandmasters.
       '';
-    maintainers = with maintainers; [ luispedro peti siraben ];
+    maintainers = with maintainers; [ luispedro siraben ];
     platforms = ["x86_64-linux" "i686-linux" "x86_64-darwin" "aarch64-linux"];
     license = licenses.gpl2;
   };