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.
This commit is contained in:
James ‘Twey’ Kay 2023-11-14 17:47:16 +00:00
parent cd014bdb85
commit 728f08abec
No known key found for this signature in database
GPG Key ID: 1B63E80AA5CA35C3

View File

@ -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";
};
}