From 725ea566a2b6a12e0a02e4f570b6e99102e2d21b Mon Sep 17 00:00:00 2001 From: dec05eba Date: Mon, 8 Apr 2019 21:04:12 +0200 Subject: Refactor, remove a lot of code and use dchat core instead --- .gitmodules | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 76cb6bb..d06accb 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,9 @@ [submodule "depends/odhtdb"] - path = depends/odhtdb - url = https://gitlab.com/DEC05EBA/odhtdb.git -[submodule "depends/sibs-pubsub"] - path = depends/sibs-pubsub - url = https://gitlab.com/DEC05EBA/sibs-pubsub + path = depends/dchat_core + url = https://gitlab.com/DEC05EBA/dchat_core.git [submodule "depends/sibs-functional"] path = depends/sibs-functional url = https://gitlab.com/DEC05EBA/sibs-functional.git +[submodule "depends/dchat_core"] + path = depends/dchat_core + url = https://gitlab.com/DEC05EBA/dchat_core.git -- cgit v1.2.3