From 7fe6e383a4b259da2cd60f0e55afaf5868eda131 Mon Sep 17 00:00:00 2001 From: "Ivan I. Atanasov" Date: Sat, 9 Apr 2022 07:50:02 +0300 Subject: [PATCH] Update .gitmodules Fix url: Replace 'git://' with 'https://' --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 85665678e..ab7203eb2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "shFlags"] path = shFlags - url = git://github.com/nvie/shFlags.git + url = https://github.com/nvie/shFlags.git