From 4de7f2d23be1d74edf2207ceb3bcf6122c9f7f8e Mon Sep 17 00:00:00 2001 From: Justin Hileman Date: Tue, 3 Apr 2012 21:56:28 -0700 Subject: [PATCH] Switch submodule to use git:// repo url. --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 81ca331..1aaa50a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "test/spec"] path = test/spec - url = http://github.com/mustache/spec.git + url = git://github.com/mustache/spec.git