summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorringabout <43030857+ringabout@users.noreply.github.com>2023-01-20 12:48:12 +0800
committerGitHub <noreply@github.com>2023-01-20 12:48:12 +0800
commit4c74b9b54ceac22865a0104970edb4d9c5376f96 (patch)
tree537b969292dcf2ec68ffb7c2b3c7725191ef83c7
parent9afb466d733bc16f5ac0fef7477c2ac919046eb2 (diff)
downloadNim-4c74b9b54ceac22865a0104970edb4d9c5376f96.tar.gz
switch to official chronos URL (#21283)
ref https://github.com/status-im/nim-chronos/pull/348
-rw-r--r--testament/important_packages.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/testament/important_packages.nim b/testament/important_packages.nim
index d9835ef23..90d12df4e 100644
--- a/testament/important_packages.nim
+++ b/testament/important_packages.nim
@@ -52,7 +52,7 @@ pkg "cascade"
 pkg "cello", url = "https://github.com/nim-lang/cello", useHead = true
 pkg "chroma"
 pkg "chronicles", "nim c -o:chr -r chronicles.nim", url = "https://github.com/nim-lang/nim-chronicles"
-pkg "chronos", "nim c -r -d:release tests/testall", url = "https://github.com/nim-lang/nim-chronos"
+pkg "chronos", "nim c -r -d:release tests/testall"
 pkg "cligen", "nim c --path:. -r cligen.nim"
 pkg "combparser", "nimble test --gc:orc"
 pkg "compactdict"