From 4da2fe43315c2855a74f2f93f7a5f82500df2f4e Mon Sep 17 00:00:00 2001 From: Rolando Henry Date: Thu, 25 Oct 2012 15:27:27 -0400 Subject: [PATCH] changed submodule url to bypass proxy problem --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 54f3a7b..042ea4d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "vendor/spec"] path = vendor/spec - url = git://github.com/mustache/spec.git + url = https://github.com/mustache/spec.git [submodule "vendor/yaml"] path = vendor/yaml - url = git://github.com/fabpot/yaml.git + url = https://github.com/fabpot/yaml.git