summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorringabout <43030857+ringabout@users.noreply.github.com>2023-05-11 22:04:25 +0800
committerGitHub <noreply@github.com>2023-05-11 22:04:25 +0800
commitf7ed293fbd84bf0350fbfee78e634b5f401f5b0a (patch)
treee06ff33605fe5370e5d2d65dd094dd8c96e35cfe
parent802d57c2374e9048181569ec2fc19501ea790ad3 (diff)
downloadNim-f7ed293fbd84bf0350fbfee78e634b5f401f5b0a.tar.gz
switch to the official URL of loop-fusion in the impoerant packages (#21830)
ref https://github.com/mratsim/loop-fusion/pull/9
-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 7e030e92c..d5a3ba97b 100644
--- a/testament/important_packages.nim
+++ b/testament/important_packages.nim
@@ -84,7 +84,7 @@ pkg "iterutils"
 pkg "jstin"
 pkg "karax", "nim c -r tests/tester.nim"
 pkg "kdtree", "nimble test -d:nimLegacyRandomInitRand", "https://github.com/jblindsay/kdtree"
-pkg "loopfusion", url = "https://github.com/nim-lang/loop-fusion"
+pkg "loopfusion"
 pkg "lockfreequeues"
 pkg "macroutils"
 pkg "manu"
'n125' href='#n125'>125 126 127 128 129