From f8bd787134a22e626d663d7cc57792d450e67189 Mon Sep 17 00:00:00 2001 From: Anderson Torres Date: Sat, 11 Nov 2023 20:26:26 -0300 Subject: [PATCH] brogue-ce: add AndersonTorres as maintainer Because I am already a mantainer for Brogue Classic. --- pkgs/games/brogue-ce/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/games/brogue-ce/default.nix b/pkgs/games/brogue-ce/default.nix index 7532be8d1957..77e58ed5a1a6 100644 --- a/pkgs/games/brogue-ce/default.nix +++ b/pkgs/games/brogue-ce/default.nix @@ -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; }; }