From 0e08b4c1096e253a6b476aa4e8205ca3b03a7c4a Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Mon, 4 Apr 2022 15:26:00 -0700 Subject: rototiller: switch submodule url to use https:// Slowly deprecating use of git:// urls ... --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 75d2efe..904b734 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "rototiller"] path = rototiller - url = git://git.pengaru.com/rototiller + url = https://git.pengaru.com/rototiller -- cgit v1.2.3