From f68af823deae408cf41be6081846cbb24c2258b5 Mon Sep 17 00:00:00 2001 From: Steph Enders Date: Mon, 11 Mar 2024 14:05:19 -0400 Subject: Set module to HTTPS so it can pull I forgot I could do that and this avoids ssh issues --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 517c99f..89b30be 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "modules/gmi2html"] path = modules/gmi2html - url = git@senders.io:utils/gmi2html + url = https://git.senders.io/utils/gmi2html -- cgit v1.2.3-54-g00ecf