From 84a0580f560e7c6f067606692636575248578a53 Mon Sep 17 00:00:00 2001 From: "alexey.stratulat" <alexey.stratulat@demlabs.net> Date: Fri, 27 Mar 2020 21:59:59 +0700 Subject: [PATCH] [*] Fixed paths to submodules. --- .gitmodules | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.gitmodules b/.gitmodules index 20e442982b..de3c99e8dd 100755 --- a/.gitmodules +++ b/.gitmodules @@ -1,36 +1,36 @@ [submodule "libdap"] path = libdap - url = https://github.com/kelvinblockchain/libdap + url = https://gitlab.demlabs.net/cellframe/libdap branch = master [submodule "libdap-crypto"] path = libdap-crypto - url = https://github.com/cellframe/libdap-crypto + url = https://gitlab.demlabs.net/cellframe/libdap-crypto branch = master [submodule "libdap-server-core"] path = libdap-server-core - url = https://github.com/kelvinblockchain/libdap-server-core + url = https://gitlab.demlabs.net/cellframe/libdap-server-core branch = master [submodule "libdap-server"] path = libdap-server - url = https://github.com/kelvinblockchain/libdap-server + url = https://gitlab.demlabs.net/cellframe/libdap-server branch = master [submodule "libdap-stream"] path = libdap-stream - url = https://github.com/kelvinblockchain/libdap-stream + url = https://gitlab.demlabs.net/cellframe/libdap-stream branch = master [submodule "libdap-stream-ch"] path = libdap-stream-ch - url = https://github.com/kelvinblockchain/libdap-stream-ch + url = https://gitlab.demlabs.net/cellframe/libdap-stream-ch branch = master [submodule "test/libdap-test"] path = test/libdap-test - url = https://github.com/kelvinblockchain/libdap-test + url = https://gitlab.demlabs.net/cellframe/libdap-test branch = master [submodule "libdap-stream-ch-chain"] path = libdap-stream-ch-chain - url = https://github.com/kelvinblockchain//libdap-stream-ch-chain + url = https://gitlab.demlabs.net/cellframe/libdap-stream-ch-chain branch = master [submodule "libdap-server-udp"] path = libdap-server-udp - url = https://github.com/kelvinblockchain/libdap-server-udp + url = https://gitlab.demlabs.net/cellframe/libdap-server-udp branch = master -- GitLab