From 464127aaabf0604b03caa32993f0226152f2e51b Mon Sep 17 00:00:00 2001 From: YAEGASHI Takeshi Date: Fri, 1 Sep 2017 17:24:00 +0900 Subject: [PATCH] Use https:// instead of git:// for submodules It would be nice if we could use the most generic transport protocol here. Our company's sysadmin won't allow git protocol traffic (9418/tcp) so I cannot go get this package. --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 51779cb..400b2ab 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "test-data"] path = test-data - url = git://github.com/maxmind/MaxMind-DB.git + url = https://github.com/maxmind/MaxMind-DB.git