diff options
author | Vincent Chan <plus.vincchan@gmail.com> | 2016-06-28 18:39:51 +0200 |
---|---|---|
committer | Vincent Chan <plus.vincchan@gmail.com> | 2016-06-28 18:39:51 +0200 |
commit | eb0d740c1d9f376204d2968b965eb9c0982f34d6 (patch) | |
tree | 14d93b4158a574d3b8ccdb0f4d3d0ddb13604a66 /.gitmodules | |
parent | b6397ef73a765be807efe363703f27013fd50d7a (diff) | |
download | nextcloud-server-eb0d740c1d9f376204d2968b965eb9c0982f34d6.tar.gz nextcloud-server-eb0d740c1d9f376204d2968b965eb9c0982f34d6.zip |
targets 3rdparty submodule from Nc instead of oC
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 |