From 2be74414361f76866837eb4476e7ce3065aee824 Mon Sep 17 00:00:00 2001 From: Alexey Stratulat <alexey.stratulat@demlabs.net> Date: Fri, 30 Aug 2019 12:31:03 +0700 Subject: [PATCH] [*] Changed the path of submodules from githab to gitlab and updated submodules. --- .gitmodules | 6 +++--- libdap | 2 +- libdap-crypto | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitmodules b/.gitmodules index 778e626b..2fe3f9e9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,9 @@ [submodule "libdap-crypto"] path = libdap-crypto - url = https://github.com/cellframe/libdap-crypto.git + url = https://gitlab.demlabs.net/cellframe/libdap-crypto.git [submodule "libdap"] path = libdap - url = https://github.com/cellframe/libdap.git + url = https://gitlab.demlabs.net/cellframe/libdap.git [submodule "test/libdap-python"] path = test/libdap-python - url = https://github.com/cellframe/libdap-python.git + url = https://gitlab.demlabs.net/cellframe/libdap-python.git diff --git a/libdap b/libdap index 4896ad4e..6c5dd5a5 160000 --- a/libdap +++ b/libdap @@ -1 +1 @@ -Subproject commit 4896ad4eeda5b8d4b3ba92dfe2eb6d4cf34efcc7 +Subproject commit 6c5dd5a5b0de5573b03ed144c651352467a56101 diff --git a/libdap-crypto b/libdap-crypto index bcfcef1c..70bfa60b 160000 --- a/libdap-crypto +++ b/libdap-crypto @@ -1 +1 @@ -Subproject commit bcfcef1cd87cc6cfbc7e47887894c0fa3742a218 +Subproject commit 70bfa60b850cdb0a39cbe212439de9e9daf750d1 -- GitLab