summary refs log tree commit diff stats
path: root/testament
diff options
context:
space:
mode:
authorringabout <43030857+ringabout@users.noreply.github.com>2023-06-07 17:58:24 +0800
committerGitHub <noreply@github.com>2023-06-07 17:58:24 +0800
commitebecfbc7a5915ca61bb340965fb1e50f6c66eb37 (patch)
tree2d91ed0d45c851ca104b420dcccb85ce9cdaed56 /testament
parentce72b564bce334b2d8a3b3dbea800557bd842e64 (diff)
downloadNim-ebecfbc7a5915ca61bb340965fb1e50f6c66eb37.tar.gz
switch to the official chronicles URL (#22033)
Diffstat (limited to 'testament')
-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 3230d5fab..9016a0d3d 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 "checksums"
 pkg "chroma"
-pkg "chronicles", "nim c -o:chr -r chronicles.nim", url = "https://github.com/nim-lang/nim-chronicles"
+pkg "chronicles", "nim c -o:chr -r chronicles.nim"
 pkg "chronos", "nim c -r -d:release tests/testall"
 pkg "cligen", "nim c --path:. -r cligen.nim"
 pkg "combparser", "nimble test --gc:orc"