From 66c4fc04b8c0bcbd861fba84ab0729ad66e54472 Mon Sep 17 00:00:00 2001 From: mh Date: Fri, 21 Mar 2014 16:50:23 +0100 Subject: [PATCH] use https as submodule url git:// domains might not be allowed in all environments, while cloning https through a proxy is fine. -> Make checkout in restrictive environments possible. --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index b9c1a3702cf..bc2beee81ad 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "3rdparty"] path = 3rdparty - url = git://github.com/owncloud/3rdparty.git + url = https://github.com/owncloud/3rdparty.git