From a9a1bbe7403c8ff5b4a178f5f869464b86530c6d Mon Sep 17 00:00:00 2001 From: Sergey Lapin Date: Thu, 13 Mar 2025 20:25:05 +0300 Subject: [PATCH] Update gitmodules --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index ee43bca..1740d91 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,10 +1,10 @@ [submodule "src/godot"] path = src/godot - url = git@github.com:godotengine/godot + url = https://github.com/godotengine/godot branch = 3.x [submodule "src/modules/voxel"] path = src/modules/voxel - url = git@github.com:Zylann/godot_voxel + url = https://github.com/Zylann/godot_voxel branch = godot3.x [submodule "src/flecs"] path = src/flecs