Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2014-03-21 19:50:23 +0400
committermh <mh@immerda.ch>2014-03-21 22:38:22 +0400
commit66c4fc04b8c0bcbd861fba84ab0729ad66e54472 (patch)
treec8787fabc11cdd21df4d4fc36c2a94390e1f8f71 /.gitmodules
parent4be0b3f6cce540282c6745d6bf3d2a0fa4ac65b4 (diff)
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--.gitmodules2
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