From 368dd5dc2a7aa201f880af2f8fef660f25fa1d0a Mon Sep 17 00:00:00 2001 From: voloved <36523934+voloved@users.noreply.github.com> Date: Sun, 27 Oct 2024 14:05:42 -0400 Subject: [PATCH] Changed submodules to refernce HTTPS access rather than SSH (#4) --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 365a85ef..875a0be3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -6,7 +6,7 @@ url = https://github.com/littlefs-project/littlefs.git [submodule "gossamer"] path = gossamer - url = git@github.com:joeycastillo/gossamer.git + url = https://github.com/joeycastillo/gossamer.git [submodule "utz"] path = utz - url = git@github.com:joeycastillo/utz.git + url = https://github.com/joeycastillo/utz.git