diff options
author | Marius Blüm <marius@lineone.io> | 2016-06-30 17:05:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-30 17:05:36 +0200 |
commit | 1f9735b2042cfb06862941361872112d1c69905e (patch) | |
tree | 95e7e1d58d19514f0a26aaf5bd8d0863b0ab0ce1 | |
parent | 07c43751d145ccd95a9313628d3194f2ecb26f23 (diff) | |
parent | 4b05f1c7b4546c339f6d1f05ed3178ebccaeb1b1 (diff) | |
download | nextcloud-server-1f9735b2042cfb06862941361872112d1c69905e.tar.gz nextcloud-server-1f9735b2042cfb06862941361872112d1c69905e.zip |
Merge pull request #261 from nextcloud/stable9-fix243
[stable9] targets 3rdparty submodule from Nc instead of oC
-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 |