From e324cc075295ed59b6dfaf6686bad2baed991b39 Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Wed, 12 Jan 2022 10:28:19 -0800 Subject: [PATCH] Do not use git:// for submodule --- .gitmodules | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 247ad88..6132550 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,3 @@ [submodule "maxmind-db"] path = maxmind-db - url = git://github.com/maxmind/MaxMind-DB.git - + url = https://github.com/maxmind/MaxMind-DB