diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2023-08-27 13:21:23 -0700 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2023-08-27 13:21:23 -0700 |
commit | 760f5137b3c045623ea1f2313d8b5bc1d6500aee (patch) | |
tree | 00de99893df8fc22c48fabab9765fbcf6b350a46 | |
parent | c94352a1313aa606fc38c0ed7f6c9dc1c698c62b (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 f10f023..438bb9e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "libpad"] path = libpad - url = git://git.pengaru.com/libpad + url = https://git.pengaru.com/git/libpad |