diff options
author | ringabout <43030857+ringabout@users.noreply.github.com> | 2023-05-11 22:04:25 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-11 22:04:25 +0800 |
commit | f7ed293fbd84bf0350fbfee78e634b5f401f5b0a (patch) | |
tree | e06ff33605fe5370e5d2d65dd094dd8c96e35cfe | |
parent | 802d57c2374e9048181569ec2fc19501ea790ad3 (diff) | |
download | Nim-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.nim | 2 |
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" |