mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-28 17:04:41 +00:00
switch to the official regex URL (#21616)
ref https://github.com/nitely/nim-regex/pull/119
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user