summary refs log tree commit diff
path: root/pkgs/games/brogue/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/brogue/default.nix')
-rw-r--r--pkgs/games/brogue/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/brogue/default.nix b/pkgs/games/brogue/default.nix
index e5b0f838be1..0cd3e779c56 100644
--- a/pkgs/games/brogue/default.nix
+++ b/pkgs/games/brogue/default.nix
@@ -53,7 +53,7 @@ stdenv.mkDerivation rec {
     description = "A roguelike game";
     homepage = "https://sites.google.com/site/broguegame/";
     license = licenses.agpl3;
-    maintainers = [ maintainers.skeidel ];
+    maintainers =  with maintainers; [ AndersonTorres fgaz ];
     platforms = [ "x86_64-linux" ];
   };
 }