From baa577e9e8d59b176ac0cf805f4ef80ebd8bfe9b Mon Sep 17 00:00:00 2001 From: ringabout <43030857+ringabout@users.noreply.github.com> Date: Thu, 6 Apr 2023 15:06:06 +0800 Subject: [PATCH] switch to the official regex URL (#21616) ref https://github.com/nitely/nim-regex/pull/119 --- 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 e59198e67d..08cafa0086 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -135,7 +135,7 @@ pkg "protobuf", "nim c -o:protobuff -r src/protobuf.nim" pkg "pylib" pkg "rbtree" pkg "react", "nimble example" -pkg "regex", "nim c src/regex", url = "https://github.com/nim-lang/nim-regex" +pkg "regex", "nim c src/regex" pkg "result", "nim c -r result.nim" pkg "RollingHash", "nim c -r tests/test_cyclichash.nim" pkg "rosencrantz", "nim c -o:rsncntz -r rosencrantz.nim"