brogue-ce: add AndersonTorres as maintainer

Because I am already a mantainer for Brogue Classic.
This commit is contained in:
Anderson Torres
2023-11-12 21:17:24 +01:00
committed by Peter Hoeg
parent bcec59d388
commit f8bd787134
+1 -1
View File
@@ -57,7 +57,7 @@ stdenv.mkDerivation rec {
description = "A community-lead fork of the minimalist roguelike game Brogue";
homepage = "https://github.com/tmewett/BrogueCE";
license = licenses.agpl3;
maintainers = with maintainers; [ fgaz ];
maintainers = with maintainers; [ AndersonTorres fgaz ];
platforms = platforms.all;
};
}