mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-07-29 11:11:58 -07:00
crates: update URLs in Cargo.toml
This corrects an oversight when the repo was re-organized to have its crates moved into a 'crates' sub-directory. PR #1505
This commit is contained in:
@@ -6,8 +6,8 @@ description = """
|
||||
Fast line oriented regex searching as a library.
|
||||
"""
|
||||
documentation = "http://burntsushi.net/rustdoc/grep/"
|
||||
homepage = "https://github.com/BurntSushi/ripgrep"
|
||||
repository = "https://github.com/BurntSushi/ripgrep"
|
||||
homepage = "https://github.com/BurntSushi/ripgrep/tree/master/crates/grep"
|
||||
repository = "https://github.com/BurntSushi/ripgrep/tree/master/crates/grep"
|
||||
readme = "README.md"
|
||||
keywords = ["regex", "grep", "egrep", "search", "pattern"]
|
||||
license = "Unlicense/MIT"
|
||||
|
Reference in New Issue
Block a user