summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorringabout <43030857+ringabout@users.noreply.github.com>2023-10-03 18:46:41 +0800
committerGitHub <noreply@github.com>2023-10-03 18:46:41 +0800
commit1a6ca0c6047ac1f1489f2b45e4966ddca1f40e46 (patch)
tree79dd5758cb43699441617dc356d0290bb90344b7
parentdb36765afd41fac8b30d0564f0f86e7315bd781d (diff)
downloadNim-1a6ca0c6047ac1f1489f2b45e4966ddca1f40e46.tar.gz
arraymancer switches to the offical URL (#22782)
-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 f769c4ebd..5f5868cfd 100644
--- a/testament/important_packages.nim
+++ b/testament/important_packages.nim
@@ -35,7 +35,7 @@ proc pkg(name: string; cmd = "nimble test"; url = "", useHead = true, allowFailu
 
 pkg "alea"
 pkg "argparse"
-pkg "arraymancer", "nim c tests/tests_cpu.nim", url = "https://github.com/nim-lang/Arraymancer"
+pkg "arraymancer", "nim c tests/tests_cpu.nim"
 pkg "ast_pattern_matching", "nim c -r tests/test1.nim"
 pkg "asyncftpclient", "nimble compileExample"
 pkg "asyncthreadpool", "nimble test --mm:refc"