diff options
author | mh <mh@immerda.ch> | 2014-03-21 16:50:23 +0100 |
---|---|---|
committer | mh <mh@immerda.ch> | 2014-03-21 19:38:22 +0100 |
commit | 66c4fc04b8c0bcbd861fba84ab0729ad66e54472 (patch) | |
tree | c8787fabc11cdd21df4d4fc36c2a94390e1f8f71 /.gitmodules | |
parent | 4be0b3f6cce540282c6745d6bf3d2a0fa4ac65b4 (diff) | |
download | nextcloud-server-66c4fc04b8c0bcbd861fba84ab0729ad66e54472.tar.gz nextcloud-server-66c4fc04b8c0bcbd861fba84ab0729ad66e54472.zip |
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.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
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 |