From 1f63feeab400be179df5315609950e2961789531 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Thu, 6 Oct 2022 14:07:04 +0200 Subject: [PATCH] point vendor/nim-chronos at status-im origin MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Using the fork causes difficult issues with handing nested dependencies: https://github.com/status-im/status-desktop/pull/7740#issuecomment-1267212386 Signed-off-by: Jakub SokoĊ‚owski --- .gitmodules | 6 +++--- vendor/nim-chronos | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitmodules b/.gitmodules index 8e55a47..9c98303 100644 --- a/.gitmodules +++ b/.gitmodules @@ -9,12 +9,12 @@ [submodule "vendor/nim-bearssl"] path = vendor/nim-bearssl url = https://github.com/status-im/nim-bearssl.git -[submodule "vendor/nim-chronos"] - path = vendor/nim-chronos - url = https://github.com/michaelsbradleyjr/nim-chronos.git [submodule "vendor/nim-http-utils"] path = vendor/nim-http-utils url = https://github.com/status-im/nim-http-utils.git [submodule "vendor/nim-unittest2"] path = vendor/nim-unittest2 url = https://github.com/status-im/nim-unittest2.git +[submodule "vendor/nim-chronos"] + path = vendor/nim-chronos + url = https://github.com/status-im/nim-chronos diff --git a/vendor/nim-chronos b/vendor/nim-chronos index 4128ba3..9df76c3 160000 --- a/vendor/nim-chronos +++ b/vendor/nim-chronos @@ -1 +1 @@ -Subproject commit 4128ba35bbfedf1982beba7903247f138dcd97c8 +Subproject commit 9df76c39df254c7ff0cec6dec5c9f345f2819c91