From db7401360a30a65a6afe38828404d630908f9611 Mon Sep 17 00:00:00 2001 From: Francesco Gazzetta Date: Fri, 20 Oct 2023 16:25:48 +0200 Subject: maintainers: remove skeidel * Has been inactive for over 3 years https://github.com/svenkeidel?tab=overview&from=2020-12-01&to=2020-12-31&org=NixOS * Is not responsive https://github.com/NixOS/nixpkgs/pull/249917 --- pkgs/games/brogue/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/games/brogue') diff --git a/pkgs/games/brogue/default.nix b/pkgs/games/brogue/default.nix index e5b0f838be1..d7f5694bfb6 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 = [ ]; platforms = [ "x86_64-linux" ]; }; } -- cgit 1.4.1 From bcec59d388da1d8438439a29fc3f5401d4096698 Mon Sep 17 00:00:00 2001 From: Anderson Torres Date: Sat, 11 Nov 2023 20:26:11 -0300 Subject: brogue: adopted by AndersonTorres and fgaz --- pkgs/games/brogue/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/games/brogue') diff --git a/pkgs/games/brogue/default.nix b/pkgs/games/brogue/default.nix index d7f5694bfb6..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 = with maintainers; [ AndersonTorres fgaz ]; platforms = [ "x86_64-linux" ]; }; } -- cgit 1.4.1