lol

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.

+1 -1
+1 -1
pkgs/development/tools/godot/4/default.nix
··· 147 147 description = "Free and Open Source 2D and 3D game engine"; 148 148 license = licenses.mit; 149 149 platforms = [ "i686-linux" "x86_64-linux" "aarch64-linux" ]; 150 - maintainers = with maintainers; [ twey shiryel ]; 150 + maintainers = with maintainers; [ shiryel ]; 151 151 mainProgram = "godot4"; 152 152 }; 153 153 }