From 760f5137b3c045623ea1f2313d8b5bc1d6500aee Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Sun, 27 Aug 2023 13:21:23 -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(-) (limited to '.gitmodules') 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