Unverified Commit 7353ed3b authored by Artturi's avatar Artturi Committed by GitHub
Browse files

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

parents 3c928233 728f08ab
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";
  };
}