From 4fa1647c3ad7b314334309bb1d5887d7f605d3e4 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Tue, 20 May 2014 09:22:28 -0700 Subject: [PATCH] Fix module url. --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index f866564b..c4f06cf0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -6,4 +6,4 @@ url = git://github.com/cppformat/breathe.git [submodule "format-benchmark"] path = format-benchmark - url = git@github.com:cppformat/format-benchmark.git + url = git://github.com/cppformat/format-benchmark.git