summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorAnderson Torres <torres.anderson.85@protonmail.com>2023-11-11 20:26:26 -0300
committerPeter Hoeg <peter@hoeg.com>2023-11-12 21:17:24 +0100
commitf8bd787134a22e626d663d7cc57792d450e67189 (patch)
tree51635c481e27cd425cdefcef5ba9cb5c98cb496d /pkgs/games
parentbcec59d388da1d8438439a29fc3f5401d4096698 (diff)
brogue-ce: add AndersonTorres as maintainer
Because I am already a mantainer for Brogue Classic.
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/brogue-ce/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/brogue-ce/default.nix b/pkgs/games/brogue-ce/default.nix
index 7532be8d1957f..77e58ed5a1a6a 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;
   };
 }