diff options
author | ringabout <43030857+ringabout@users.noreply.github.com> | 2023-04-06 15:06:06 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-06 15:06:06 +0800 |
commit | baa577e9e8d59b176ac0cf805f4ef80ebd8bfe9b (patch) | |
tree | 87a209b22db5b828348756482b1c79cd159cb52b /testament/important_packages.nim | |
parent | c71192043b9febbfc058717ad3d4fde3a22c61da (diff) | |
download | Nim-baa577e9e8d59b176ac0cf805f4ef80ebd8bfe9b.tar.gz |
switch to the official regex URL (#21616)
ref https://github.com/nitely/nim-regex/pull/119
Diffstat (limited to 'testament/important_packages.nim')
-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 e59198e67..08cafa008 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" |