summary refs log tree commit diff
path: root/pkgs/games/brogue-ce/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/brogue-ce/default.nix')
-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;
   };
 }