stockfish: fix meta.maintainer
This commit is contained in:
parent
d9e51222fe
commit
5569824729
@ -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;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user