diff options
author | ringabout <43030857+ringabout@users.noreply.github.com> | 2024-08-28 22:59:09 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-28 22:59:09 +0800 |
commit | d53a9cf2888d1cd152a2b227d1868522473388cf (patch) | |
tree | 11ca808b144925c3a72dc5b4dc4ef628f5852da8 /testament | |
parent | 540b414c861c44be9011336ee5fb1cd6f0d6da44 (diff) | |
download | Nim-d53a9cf2888d1cd152a2b227d1868522473388cf.tar.gz |
use the official URL of neo (#24019)
ref https://github.com/andreaferretti/neo/pull/55
Diffstat (limited to 'testament')
-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 038f7edcc..f8849f00d 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -103,7 +103,7 @@ pkg "measuremancer", "nimble testDeps; nimble -y test" pkg "memo" pkg "msgpack4nim", "nim c -r tests/test_spec.nim" pkg "nake", "nim c nakefile.nim" -pkg "neo", "nim c -d:blas=openblas --mm:refc tests/all.nim", url = "https://github.com/nim-lang/neo" +pkg "neo", "nim c -d:blas=openblas --mm:refc tests/all.nim" pkg "nesm", "nimble tests", "https://github.com/nim-lang/NESM", useHead = true, allowFailure = true # inactive, tests not adapted to #23096 pkg "netty" |