From 41c930738696ec7f7a93315f3cbd9b0a2551aca9 Mon Sep 17 00:00:00 2001 From: Csaba Kiraly Date: Tue, 5 Sep 2023 10:40:22 +0200 Subject: [PATCH] follow renaming of dht repo Signed-off-by: Csaba Kiraly --- .gitmodules | 6 +++--- vendor/{nim-libp2p-dht => nim-codex-dht} | 0 2 files changed, 3 insertions(+), 3 deletions(-) rename vendor/{nim-libp2p-dht => nim-codex-dht} (100%) diff --git a/.gitmodules b/.gitmodules index bbd63fd..5adeb11 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,9 @@ [submodule "vendor/nimbus-build-system"] path = vendor/nimbus-build-system url = https://github.com/status-im/nimbus-build-system.git -[submodule "vendor/nim-libp2p-dht"] - path = vendor/nim-libp2p-dht - url = https://github.com/codex-storage/nim-libp2p-dht.git +[submodule "vendor/nim-codex-dht"] + path = vendor/nim-codex-dht + url = https://github.com/codex-storage/nim-codex-dht.git [submodule "vendor/nim-chronicles"] path = vendor/nim-chronicles url = https://github.com/status-im/nim-chronicles.git diff --git a/vendor/nim-libp2p-dht b/vendor/nim-codex-dht similarity index 100% rename from vendor/nim-libp2p-dht rename to vendor/nim-codex-dht