summary refs log tree commit diff
diff options
context:
space:
mode:
authorJames ‘Twey’ Kay <twey@twey.co.uk>2023-11-14 17:47:16 +0000
committerJames ‘Twey’ Kay <twey@twey.co.uk>2023-11-14 17:54:08 +0000
commit728f08abecd5d37d778f1d2df1b3dfb89ccc2e6e (patch)
tree957276d81a57a2eeb805fb2cef4579051c019321
parentcd014bdb858891bc7a3f0c1267ef8ad4fd11f19c (diff)
downloadnixpkgs-728f08abecd5d37d778f1d2df1b3dfb89ccc2e6e.tar
nixpkgs-728f08abecd5d37d778f1d2df1b3dfb89ccc2e6e.tar.gz
nixpkgs-728f08abecd5d37d778f1d2df1b3dfb89ccc2e6e.tar.bz2
nixpkgs-728f08abecd5d37d778f1d2df1b3dfb89ccc2e6e.tar.lz
nixpkgs-728f08abecd5d37d778f1d2df1b3dfb89ccc2e6e.tar.xz
nixpkgs-728f08abecd5d37d778f1d2df1b3dfb89ccc2e6e.tar.zst
nixpkgs-728f08abecd5d37d778f1d2df1b3dfb89ccc2e6e.zip
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.
-rw-r--r--pkgs/development/tools/godot/4/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/godot/4/default.nix b/pkgs/development/tools/godot/4/default.nix
index b7dc3b04ac5..e99d4cb6a84 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";
   };
 }