From 6dd30a6d866b32c1d9182d391d8fec4fb8f00727 Mon Sep 17 00:00:00 2001 From: ringabout <43030857+ringabout@users.noreply.github.com> Date: Sat, 3 Jun 2023 12:15:08 +0800 Subject: [PATCH] switch to official manu URL (#21986) --- testament/important_packages.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testament/important_packages.nim b/testament/important_packages.nim index 1ab6f3f044..e2d1024b12 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"