From 0edb2c7f3cbb646c327034601a666a2dd60fd488 Mon Sep 17 00:00:00 2001 From: Constantin Papizh <p.const@bk.ru> Date: Wed, 25 Sep 2019 17:31:38 +0300 Subject: [PATCH] sub links update --- .gitmodules | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.gitmodules b/.gitmodules index b517017dd6..35a9e29c25 100755 --- a/.gitmodules +++ b/.gitmodules @@ -1,32 +1,32 @@ [submodule "libdap"] path = libdap - url = https://github.com/kelvinblockchain/libdap + url = https://gitlab.demlabs.net/cellframe/libdap 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-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 [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 "test/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 "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 "libdap-crypto"] path = libdap-crypto - url = https://github.com/cellframe/libdap-crypto + url = https://gitlab.demlabs.net/cellframe/libdap-crypto branch = master -- GitLab