mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-08 22:57:42 +03:00
stockfish: add siraben to maintainers
This commit is contained in:
parent
4feb20b7b1
commit
8a275690bc
@ -54,7 +54,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 peti siraben ];
|
||||
platforms = ["x86_64-linux" "i686-linux" "x86_64-darwin" "aarch64-linux"];
|
||||
license = licenses.gpl2;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user