diff options
author | dec05eba <dec05eba@protonmail.com> | 2018-10-29 22:27:03 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2018-10-29 22:27:06 +0100 |
commit | 831bb01cb38d42dfb53fa82a107cb91c88ab1724 (patch) | |
tree | 6040054627644a28b384011068391d6e6febdfd5 | |
parent | 1d5ed5ceab1efb08586b52070975a6c62721bc04 (diff) |
Replace odhtdb with dchat_core (which used odhtdb)
-rw-r--r-- | .gitmodules | 6 | ||||
m--------- | depends/dchat_core | 0 | ||||
m--------- | depends/odhtdb | 0 |
3 files changed, 3 insertions, 3 deletions
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 +Subproject 645efbfe3120d1f02edb7f35eefe0dde7533c6b diff --git a/depends/odhtdb b/depends/odhtdb deleted file mode 160000 -Subproject 55bb14a7e0d034b375da73a9c2aae10881e3280 |