From 98e7c179dd48b717034847fbe4622bd63f187a09 Mon Sep 17 00:00:00 2001 From: gmega Date: Mon, 17 Mar 2025 14:42:51 -0300 Subject: [PATCH] fix: fix submodule origins --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index d7382f6c..60f485db 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 = feature/profiler-v4 [submodule "vendor/nim-faststreams"] @@ -223,4 +223,4 @@ url = https://github.com/arnetheduck/nph.git [submodule "vendor/nim-chroprof"] path = vendor/nim-chroprof - url = git@github.com:codex-storage/nim-chroprof.git + url = https://github.com/codex-storage/nim-chroprof.git