From 728f08abecd5d37d778f1d2df1b3dfb89ccc2e6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?James=20=E2=80=98Twey=E2=80=99=20Kay?= Date: Tue, 14 Nov 2023 17:47:16 +0000 Subject: [PATCH] godot_4: remove Twey from maintainers I haven't maintained this package in many years, nor do I use it currently, so I'm not best placed to maintain it. @shiryel wrote the package for Godot 4, which works quite differently. --- pkgs/development/tools/godot/4/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/tools/godot/4/default.nix b/pkgs/development/tools/godot/4/default.nix index b7dc3b04ac5a..e99d4cb6a844 100644 --- a/pkgs/development/tools/godot/4/default.nix +++ b/pkgs/development/tools/godot/4/default.nix @@ -147,7 +147,7 @@ stdenv.mkDerivation rec { description = "Free and Open Source 2D and 3D game engine"; license = licenses.mit; platforms = [ "i686-linux" "x86_64-linux" "aarch64-linux" ]; - maintainers = with maintainers; [ twey shiryel ]; + maintainers = with maintainers; [ shiryel ]; mainProgram = "godot4"; }; }