about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorMaxine Aubrey <max@ine.dev>2024-04-27 10:49:31 +0200
committerMaxine Aubrey <max@ine.dev>2024-04-27 11:38:48 +0200
commit40a7011c39bc6acb2ce89361f23f0ea3ccc5eb46 (patch)
treeeb9cd7463955d08d29b1359d4671b20ed7bda067 /pkgs/games
parent60cb88cc491e819c16fc579fd697d33defd2a8e3 (diff)
maintainers: remove amaxine
Every time I decide to commit additional time to contributing to nix,
quite a few "concerned" members come out, either to decry a ban on
bigotry and fascism in 2021, or to declare support for minority groups
in Nix discriminatory, or a number of other incidents that are not worth
recounting in this leaving message.

To avoid any ambiguity, my reasoning is similar to pr306702, pr307033, and
several others who felt actively made unwelcome or outright harassed out
of the Nix project.
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 ];
   };
 }