about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2024-04-27 21:54:45 +0200
committerGitHub <noreply@github.com>2024-04-27 21:54:45 +0200
commit380bacd45b235283d9b5ed71806ff7fbdd594aa8 (patch)
tree452d6e253cbb14ed081be3ec2f90e31c85c04ce4 /pkgs/games
parentcbe1b81d403853d5e1c05883c9e89dce739351cc (diff)
parent40a7011c39bc6acb2ce89361f23f0ea3ccc5eb46 (diff)
Merge pull request #307171 from amaxine/drop-maintainership
maintainers: remove amaxine
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/worldofgoo/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/worldofgoo/default.nix b/pkgs/games/worldofgoo/default.nix
index 4b38c86fbdce2..06f6b71172aeb 100644
--- a/pkgs/games/worldofgoo/default.nix
+++ b/pkgs/games/worldofgoo/default.nix
@@ -70,6 +70,6 @@ stdenv.mkDerivation rec {
     homepage = "https://worldofgoo.com";
     license = licenses.unfree;
     platforms = [ "i686-linux" "x86_64-linux" ];
-    maintainers = with maintainers; [ jcumming amaxine ];
+    maintainers = with maintainers; [ jcumming ];
   };
 }