From 5569824729adcab6f195ff44c94272edbf61cef3 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 8 May 2016 15:21:26 +0200 Subject: stockfish: fix meta.maintainer --- pkgs/games/stockfish/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/games/stockfish') diff --git a/pkgs/games/stockfish/default.nix b/pkgs/games/stockfish/default.nix index c1f53ec7f8ac4..a07cc6dca3b52 100644 --- a/pkgs/games/stockfish/default.nix +++ b/pkgs/games/stockfish/default.nix @@ -28,7 +28,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 ]; + maintainers = with maintainers; [ luispedro simons ]; platforms = with platforms; i686 ++ x86_64; license = licenses.gpl2; }; -- cgit 1.4.1