diff options
author | ringabout <43030857+ringabout@users.noreply.github.com> | 2023-06-03 12:15:08 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-03 12:15:08 +0800 |
commit | 6dd30a6d866b32c1d9182d391d8fec4fb8f00727 (patch) | |
tree | 4faddee2fb180dd5f0a72c73f2d7101a9c4386ce /testament | |
parent | 1133f20fe2c834d14454c32d7d9fc2cd1fe8ffa2 (diff) | |
download | Nim-6dd30a6d866b32c1d9182d391d8fec4fb8f00727.tar.gz |
switch to official manu URL (#21986)
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 1ab6f3f04..e2d1024b1 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -87,7 +87,7 @@ pkg "kdtree", "nimble test -d:nimLegacyRandomInitRand", "https://github.com/jbli pkg "loopfusion" pkg "lockfreequeues" pkg "macroutils" -pkg "manu", url = "https://github.com/nim-lang/manu" +pkg "manu" pkg "markdown" pkg "measuremancer", "nimble testDeps; nimble -y test" pkg "memo" |