diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2023-08-27 13:16:36 -0700 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2023-08-27 13:16:36 -0700 |
commit | 0dfdf613188ea5fba980055965ee38c9fc519663 (patch) | |
tree | ecf5949ce26859781b06b43c0abe1cb9f047231b /.gitmodules | |
parent | 951c76f1cd32ff64ac423eee245a10d8011cbc3a (diff) |
*: switch to https URLs throughout
The git:// URLs work fine but they're both easier to MITM
(however unlikely) and more likely to be blocked if you're on
something like a public library or corporate WiFi blocking
everything but 80/443 traffic.
Also while updating the README URL I made `git clone --recursive`
the assumed supported method, anyone using such an old git can
deal.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitmodules b/.gitmodules index 6d3f95f..e721f5a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,12 +1,12 @@ [submodule "libstage"] path = libstage - url = git://git.pengaru.com/libstage + url = https://git.pengaru.com/git/libstage [submodule "libplay"] path = libplay - url = git://git.pengaru.com/libplay + url = https://git.pengaru.com/git/libplay [submodule "libix2"] path = libix2 - url = git://git.pengaru.com/libix2 + url = https://git.pengaru.com/git/libix2 [submodule "libansr"] path = libansr - url = git://git.pengaru.com/libansr + url = https://git.pengaru.com/git/libansr |