From 315de4d9067f94e67fdfc03b8a14b58257d01859 Mon Sep 17 00:00:00 2001 From: D3lete Date: Sat, 13 Jun 2026 23:04:21 +0200 Subject: [PATCH] Change Jolt submodule URL to HTTPS Updated the URL format for the Jolt submodule. --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 19f8bfe..db13eee 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "Jolt.Native~/lib/jolt"] - path = Jolt.Native~/lib/jolt - url = git@github.com:jrouwe/JoltPhysics.git + path = Jolt.Native~/lib/jolt + url = https://github.com/jrouwe/JoltPhysics.git