diff options
author | Steph Enders <steph@senders.io> | 2024-03-11 14:05:19 -0400 |
---|---|---|
committer | Steph Enders <steph@senders.io> | 2024-03-11 14:05:19 -0400 |
commit | f68af823deae408cf41be6081846cbb24c2258b5 (patch) | |
tree | babc10edf4bd041a95d4f4ed6b02e557e3135024 /.gitmodules | |
parent | 301a08ea61f4a8ecf874910a7d2dda29ddffce48 (diff) |
Set module to HTTPS so it can pull
I forgot I could do that and this avoids ssh issues
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
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 |