summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2023-08-27 13:23:44 -0700
committerVito Caputo <vcaputo@pengaru.com>2023-08-27 13:23:44 -0700
commit7b2a4f93832ac5a365ad6b6182578b25e45d1b0f (patch)
treedf723553f70f4ae1ad10b715f7d046b05b55bb1c
parent55ce5773333b41229798c2a9b238812660707b7d (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 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
© All Rights Reserved