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.
This commit is contained in:
parent
4be0b3f6cc
commit
66c4fc04b8
|
@ -1,3 +1,3 @@
|
||||||
[submodule "3rdparty"]
|
[submodule "3rdparty"]
|
||||||
path = 3rdparty
|
path = 3rdparty
|
||||||
url = git://github.com/owncloud/3rdparty.git
|
url = https://github.com/owncloud/3rdparty.git
|
||||||
|
|
Loading…
Reference in New Issue