From 2a7df7db4df92c31798808f5901535bdc91b0472 Mon Sep 17 00:00:00 2001 From: James Crasta Date: Wed, 26 Aug 2015 15:40:26 -0600 Subject: Use https like all the other submodules --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 434d01b3d5..4ab7f3ca5b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -14,4 +14,4 @@ url = https://github.com/gflags/gflags.git [submodule "third_party/googletest"] path = third_party/googletest - url = git://github.com/google/googletest + url = https://github.com/google/googletest.git -- cgit v1.2.3