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 Stockfish is one of the strongest chess engines in the world. It is also
much stronger than the best human chess grandmasters. much stronger than the best human chess grandmasters.
''; '';
maintainers = with maintainers; [ luispedro peti ]; maintainers = with maintainers; [ luispedro simons ];
platforms = with platforms; i686 ++ x86_64; platforms = with platforms; i686 ++ x86_64;
license = licenses.gpl2; license = licenses.gpl2;
}; };