From d126a8288d33f0133e3e55c3f085b99602023043 Mon Sep 17 00:00:00 2001 From: Javier Guerra Melgares Date: Mon, 30 Mar 2020 16:38:04 +0200 Subject: [PATCH] Update URL and branch for IoTivity-lite submodule --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index c2ac3f3..4243e61 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ [submodule "extlibs/iotivity-lite"] path = extlibs/iotivity-lite - url = https://gerrit.iotivity.org/gerrit/iotivity-lite - branch = swig + url = https://gitlab.iotivity.org/iotivity/iotivity-lite.git + branch = master -- GitLab