From e254783c640890d80cc7dd68881610132bfdfb68 Mon Sep 17 00:00:00 2001 From: Arnaud Date: Fri, 3 Oct 2025 06:37:40 +0200 Subject: [PATCH] Rename folder --- .gitmodules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index 7127cf1..3ddd557 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ -[submodule "third_party/nim-codex"] - path = third_party/nim-codex - url = https://github.com/codex-storage/nim-codex.git \ No newline at end of file +[submodule "vendor/nim-codex"] + path = vendor/nim-codex + url = https://github.com/codex-storage/nim-codex.git