summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2023-08-27 13:21:23 -0700
committerVito Caputo <vcaputo@pengaru.com>2023-08-27 13:21:23 -0700
commit760f5137b3c045623ea1f2313d8b5bc1d6500aee (patch)
tree00de99893df8fc22c48fabab9765fbcf6b350a46
parentc94352a1313aa606fc38c0ed7f6c9dc1c698c62b (diff)
gitmodules: s/git:/https:/HEADmaster
Switching to https since it's less likely to be blocked and harder to MITM than git://.
-rw-r--r--.gitmodules2
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
© All Rights Reserved