From e630b5bebf3eceadff527684fcba14611ef158b7 Mon Sep 17 00:00:00 2001 From: clowwindy Date: Mon, 17 Jun 2013 00:42:08 +0800 Subject: [PATCH] fix submodule url --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 21f9564..916faa7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -9,4 +9,4 @@ url = https://github.com/swisspol/GCDWebServer [submodule "iProxy"] path = iProxy - url = git@github.com:clowwindy/iProxy.git + url = https://github.com/clowwindy/iProxy.git