From 0d38eb047f739caf20c84ddb58dc2baf93d5ce43 Mon Sep 17 00:00:00 2001 From: JoelLucaAdams Date: Wed, 13 Nov 2024 13:22:48 +0000 Subject: [PATCH] Convert ssh submodule to https --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 8f1f736..9a00130 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "externals/sdf_c"] path = externals/sdf_c - url = git@github.com:Warwick-Plasma/SDF_C.git + url = https://github.com/Warwick-Plasma/SDF_C.git