about summary refs log tree commit diff
path: root/pkgs/games/brogue
diff options
context:
space:
mode:
authorAnderson Torres <torres.anderson.85@protonmail.com>2023-11-11 20:26:11 -0300
committerPeter Hoeg <peter@hoeg.com>2023-11-12 21:17:24 +0100
commitbcec59d388da1d8438439a29fc3f5401d4096698 (patch)
tree30a8030da2d2d1fe8b59a739ae7cd13655805dbb /pkgs/games/brogue
parent84c5ad5cd56255783be58476f33a0c05efc83ae8 (diff)
brogue: adopted by AndersonTorres and fgaz
Diffstat (limited to 'pkgs/games/brogue')
-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 d7f5694bfb6ce..0cd3e779c5631 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 =  with maintainers; [ AndersonTorres fgaz ];
     platforms = [ "x86_64-linux" ];
   };
 }