From d26e76655b86fa71b27be4ca80f6fe45855b994e Mon Sep 17 00:00:00 2001 From: Yehuda Sadeh Date: Sun, 22 Dec 2013 22:29:15 -0800 Subject: [PATCH] civetweb: fix module uri Signed-off-by: Yehuda Sadeh --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index d0fd26f90ae..55ec09dbd47 100644 --- a/.gitmodules +++ b/.gitmodules @@ -6,4 +6,4 @@ url = git://github.com/ceph/libs3.git [submodule "src/civetweb"] path = src/civetweb - url = git@github.com:ceph/civetweb + url = git://github.com/ceph/civetweb