mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 14:41:17 +00: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 a new issue