From 271d2a4f7ceaf1016113291cede82228fb4cc04f Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Sun, 27 Aug 2023 13:22:43 -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 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 -- cgit v1.2.3