From 831bb01cb38d42dfb53fa82a107cb91c88ab1724 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Mon, 29 Oct 2018 22:27:03 +0100 Subject: Replace odhtdb with dchat_core (which used odhtdb) --- .gitmodules | 6 +++--- depends/dchat_core | 1 + depends/odhtdb | 1 - 3 files changed, 4 insertions(+), 4 deletions(-) create mode 160000 depends/dchat_core delete mode 160000 depends/odhtdb diff --git a/.gitmodules b/.gitmodules index 8fd227f..7fa650d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ -[submodule "depends/odhtdb"] - path = depends/odhtdb - url = https://gitlab.com/DEC05EBA/odhtdb.git +[submodule "depends/dchat_core"] + path = depends/dchat_core + url = https://gitlab.com/DEC05EBA/dchat_core.git diff --git a/depends/dchat_core b/depends/dchat_core new file mode 160000 index 0000000..645efbf --- /dev/null +++ b/depends/dchat_core @@ -0,0 +1 @@ +Subproject commit 645efbfe3120d1f02edb7f35eefe0dde7533c6b0 diff --git a/depends/odhtdb b/depends/odhtdb deleted file mode 160000 index 55bb14a..0000000 --- a/depends/odhtdb +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 55bb14a7e0d034b375da73a9c2aae10881e32801 -- cgit v1.2.3