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

This commit is contained in:
Artturi 2023-11-15 02:41:51 +02:00 committed by GitHub
commit 7353ed3b3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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