From 7b2a4f93832ac5a365ad6b6182578b25e45d1b0f Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Sun, 27 Aug 2023 13:23:44 -0700 Subject: gitmodules: s/git:/https:/ Switching to https since it's less likely to be blocked and harder to MITM than git://. --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3