stockfish: add siraben to maintainers

This commit is contained in:
Ben Siraphob 2021-07-04 11:25:37 +07:00
parent 4feb20b7b1
commit 8a275690bc
1 changed files with 1 additions and 1 deletions

View File

@ -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;
};