diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2023-08-27 13:23:44 -0700 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2023-08-27 13:23:44 -0700 |
commit | 7b2a4f93832ac5a365ad6b6182578b25e45d1b0f (patch) | |
tree | df723553f70f4ae1ad10b715f7d046b05b55bb1c | |
parent | 55ce5773333b41229798c2a9b238812660707b7d (diff) |
Switching to https since it's less likely to be blocked and
harder to MITM than git://.
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index ff490ba..cd242d0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "dll_h"] path = include/dll_h - url = git://git.pengaru.com/dll_h + url = https://git.pengaru.com/git/dll_h |