From bcec59d388da1d8438439a29fc3f5401d4096698 Mon Sep 17 00:00:00 2001 From: Anderson Torres Date: Sat, 11 Nov 2023 20:26:11 -0300 Subject: [PATCH] brogue: adopted by AndersonTorres and fgaz --- pkgs/games/brogue/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/games/brogue/default.nix b/pkgs/games/brogue/default.nix index d7f5694bfb6c..0cd3e779c563 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" ]; }; }