mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
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
|
||||
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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user