Merge pull request #267496 from Twey/godot-4-unmaintainer

authored by

Artturi and committed by
GitHub
7353ed3b 3c928233

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