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:
chip
2020-02-28 17:31:43 -08:00
committed by GitHub
parent 227436624f
commit 50d2047ae2
9 changed files with 18 additions and 18 deletions

View File

@@ -6,8 +6,8 @@ description = """
A trait for regular expressions, with a focus on line oriented search.
"""
documentation = "https://docs.rs/grep-matcher"
homepage = "https://github.com/BurntSushi/ripgrep"
repository = "https://github.com/BurntSushi/ripgrep"
homepage = "https://github.com/BurntSushi/ripgrep/tree/master/crates/matcher"
repository = "https://github.com/BurntSushi/ripgrep/tree/master/crates/matcher"
readme = "README.md"
keywords = ["regex", "pattern", "trait"]
license = "Unlicense/MIT"