diff --git a/.gitmodules b/.gitmodules index c155a04c..a7222ec6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -164,9 +164,9 @@ [submodule "vendor/nim-leopard"] path = vendor/nim-leopard url = https://github.com/status-im/nim-leopard.git -[submodule "vendor/nim-libp2p-dht"] - path = vendor/nim-libp2p-dht - url = https://github.com/status-im/nim-libp2p-dht.git +[submodule "vendor/nim-codex-dht"] + path = vendor/nim-codex-dht + url = https://github.com/codex-storage/nim-codex-dht.git ignore = untracked branch = master [submodule "vendor/nim-datastore"] diff --git a/vendor/nim-codex-dht b/vendor/nim-codex-dht new file mode 160000 index 00000000..a7f14bc9 --- /dev/null +++ b/vendor/nim-codex-dht @@ -0,0 +1 @@ +Subproject commit a7f14bc9b783f1b9e2d02cc85a338b1411058095 diff --git a/vendor/nim-libp2p-dht b/vendor/nim-libp2p-dht deleted file mode 160000 index 3c940ea8..00000000 --- a/vendor/nim-libp2p-dht +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 3c940ea8901ae6118e66cc4df423b8ff53699eb4