From 13da04bcba185a4d963bc7c5560bebc0feb2a659 Mon Sep 17 00:00:00 2001 From: "alexandr.kravchenko" <alexander.kravchenko@demlabs.net> Date: Tue, 6 Aug 2019 06:11:33 -0400 Subject: [PATCH] relocation to gitlab.demlabs.net --- .gitmodules | 6 +++--- libdap | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitmodules b/.gitmodules index c18a792..eb98916 100755 --- a/.gitmodules +++ b/.gitmodules @@ -1,14 +1,14 @@ [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 "test/libdap-test"] path = test/libdap-test - url = https://github.com/kelvinblockchain/libdap-test + url = https://gitlab.demlabs.net/cellframe/libdap-test branch = master diff --git a/libdap b/libdap index 4ab41cd..9915cf2 160000 --- a/libdap +++ b/libdap @@ -1 +1 @@ -Subproject commit 4ab41cdcaa8087323652cd5fef702876ccc25dab +Subproject commit 9915cf2b350ee58f6beab8a53eac5a3c6ab7d67d -- GitLab