From 7fb095719ab6ac08d2fdc71cd7275d53e08d3356 Mon Sep 17 00:00:00 2001 From: Jan Tattermusch Date: Mon, 17 Aug 2020 14:40:14 +0200 Subject: [PATCH] make re2 submodule use https:// and not git:// url --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index dbcc0ae579f..781cfac313d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -22,7 +22,7 @@ url = https://github.com/google/boringssl.git [submodule "third_party/re2"] path = third_party/re2 - url = git://github.com/google/re2.git + url = https://github.com/google/re2.git [submodule "third_party/cares/cares"] path = third_party/cares/cares url = https://github.com/c-ares/c-ares.git