From b067978c16d201b79e108b1bdbba124895faf710 Mon Sep 17 00:00:00 2001 From: Ken Van Hoeylandt Date: Sat, 25 Oct 2025 20:56:29 +0200 Subject: [PATCH] Change cJSON submodule source (#388) --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 85b6156b..0d18c27c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -15,4 +15,4 @@ url = https://github.com/ByteWelder/minitar.git [submodule "Libraries/cJSON/cJSON"] path = Libraries/cJSON/cJSON - url = git@github.com:DaveGamble/cJSON.git + url = https://github.com/DaveGamble/cJSON.git