diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2023-08-27 13:22:43 -0700 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2023-08-27 13:22:43 -0700 |
commit | 271d2a4f7ceaf1016113291cede82228fb4cc04f (patch) | |
tree | 11538ad4bd60ae808ba94517edc8e3dcb680442a /.gitmodules | |
parent | 4674a25f40840bba569832423773e9dd5b130ce6 (diff) |
Switching to https since it's less likely to be blocked and
harder to MITM than git://.
Diffstat (limited to '.gitmodules')
-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 |