diff options
author | ringabout <43030857+ringabout@users.noreply.github.com> | 2022-12-07 11:33:31 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-07 11:33:31 +0800 |
commit | d6b485493d712a20155a3e77f44c19c34e47ea73 (patch) | |
tree | 96414091aae6295a182eb0f7324c76682f799b0d | |
parent | 9ba07edb2ec7fcdd628cfa7155c4853160ebd5c3 (diff) | |
download | Nim-d6b485493d712a20155a3e77f44c19c34e47ea73.tar.gz |
switch to the official URL of nimquery (#21038)
ref https://github.com/GULPF/nimquery/commit/3f728fb48082b4977b87103654d02f21c24cb0ba
-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 71c40b053..26d457136 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -111,7 +111,7 @@ pkg "nimongo", "nimble test_ci", allowFailure = true pkg "nimph", "nimble test", "https://github.com/disruptek/nimph", allowFailure = true pkg "nimPNG", useHead = true pkg "nimpy", "nim c -r tests/nimfrompy.nim" -pkg "nimquery", url = "https://github.com/nim-lang/nimquery", useHead = true +pkg "nimquery" pkg "nimsl" pkg "nimsvg" pkg "nimterop", "nimble minitest" |