switch to the official regex URL (#21616)

ref https://github.com/nitely/nim-regex/pull/119
This commit is contained in:
ringabout
2023-04-06 15:06:06 +08:00
committed by GitHub
parent c71192043b
commit baa577e9e8

View File

@@ -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"