From 8051acf8acb623faa57bb9e7dc4c78a0cb5c5919 Mon Sep 17 00:00:00 2001 From: Justin Hileman Date: Tue, 3 Apr 2012 21:53:55 -0700 Subject: [PATCH] Switch submodules to use git:// repo urls. --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 042ea4d..54f3a7b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "vendor/spec"] path = vendor/spec - url = https://github.com/mustache/spec.git + url = git://github.com/mustache/spec.git [submodule "vendor/yaml"] path = vendor/yaml - url = https://github.com/fabpot/yaml.git + url = git://github.com/fabpot/yaml.git