stockfish: fix meta.maintainer

This commit is contained in:
Peter Simons 2016-05-08 15:21:26 +02:00
parent d9e51222fe
commit 5569824729

View file

@ -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;
};