diff options
author | dec05eba <dec05eba@protonmail.com> | 2019-04-08 21:04:12 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2019-04-08 21:04:17 +0200 |
commit | 725ea566a2b6a12e0a02e4f570b6e99102e2d21b (patch) | |
tree | d35a338392e15f50402c2055d520e7b1c3ea36a2 /.gitmodules | |
parent | 4aac8df198e3a5bd9c6efc95cdf4c520c2e05401 (diff) |
Refactor, remove a lot of code and use dchat core instead
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 10 |
1 files changed, 5 insertions, 5 deletions
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 |