From f7fd49107f6bdb6cb21617160706cb1134f90dc5 Mon Sep 17 00:00:00 2001 From: Jaremy Creechley Date: Thu, 26 Oct 2023 11:47:00 -0700 Subject: [PATCH] point to codex chronos repo --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index a7222ec6..1f6994f7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -75,7 +75,7 @@ branch = master [submodule "vendor/nim-chronos"] path = vendor/nim-chronos - url = https://github.com/status-im/nim-chronos.git + url = https://github.com/codex-storage/nim-chronos.git ignore = untracked branch = master [submodule "vendor/nim-faststreams"]