diff options
author | Marius Blüm <marius@lineone.io> | 2016-06-30 14:51:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-30 14:51:47 +0200 |
commit | 4b05f1c7b4546c339f6d1f05ed3178ebccaeb1b1 (patch) | |
tree | 94faae94602d49ad5f1b3c0ffd4ae98783749744 /.gitmodules | |
parent | 723cf78169e7dc7138dedf70fa694b202060d8f5 (diff) | |
download | nextcloud-server-4b05f1c7b4546c339f6d1f05ed3178ebccaeb1b1.tar.gz nextcloud-server-4b05f1c7b4546c339f6d1f05ed3178ebccaeb1b1.zip |
targets 3rdparty submodule from Nc instead of oC
* backport of #245
* fixes #243
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index bc2beee81ad..ce19da40ee6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "3rdparty"] path = 3rdparty - url = https://github.com/owncloud/3rdparty.git + url = https://github.com/nextcloud/3rdparty.git |