From 22956f326553d762c62e0bb14199731c96c5e2b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20L=C3=BChne?= Date: Fri, 20 May 2016 22:06:05 +0200 Subject: [PATCH] Changed submodule to HTTPS protocol for convenience. --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index e23a605..d41dd11 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "tests/googletest"] path = tests/googletest - url = git@github.com:google/googletest.git + url = https://github.com/google/googletest.git