diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2014-03-28 21:54:50 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2014-03-28 21:54:50 +0100 |
commit | 80c6f883a819defc3ec73e4c6d094c44b9a6a17c (patch) | |
tree | 6e9b1bad387af08c1fd47d34e6dba5caed937a15 | |
parent | 73c81ae7091db9ca6fe717beb7b8e585a5a6597e (diff) | |
parent | 66c4fc04b8c0bcbd861fba84ab0729ad66e54472 (diff) | |
download | nextcloud-server-80c6f883a819defc3ec73e4c6d094c44b9a6a17c.tar.gz nextcloud-server-80c6f883a819defc3ec73e4c6d094c44b9a6a17c.zip |
Merge pull request #7845 from duritong/fix_submodule_url
use https as submodule url
-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 |