summaryrefslogtreecommitdiffstats
path: root/crates/searcher
diff options
context:
space:
mode:
authorchip <chip@chip.sh>2020-02-28 17:31:43 -0800
committerGitHub <noreply@github.com>2020-02-28 20:31:43 -0500
commit50d2047ae2c0ce2edb5189ae3071538e21b15822 (patch)
tree7b344f6a789b65bb1c1d70844eb1c76a5c96a502 /crates/searcher
parent227436624f2b76a4cc5e7f6c2d7cd9dc2f597d20 (diff)
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
Diffstat (limited to 'crates/searcher')
-rw-r--r--crates/searcher/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/searcher/Cargo.toml b/crates/searcher/Cargo.toml
index ac20ae0f..6488b70f 100644
--- a/crates/searcher/Cargo.toml
+++ b/crates/searcher/Cargo.toml
@@ -6,8 +6,8 @@ description = """
Fast line oriented regex searching as a library.
"""
documentation = "https://docs.rs/grep-searcher"
-homepage = "https://github.com/BurntSushi/ripgrep"
-repository = "https://github.com/BurntSushi/ripgrep"
+homepage = "https://github.com/BurntSushi/ripgrep/tree/master/crates/searcher"
+repository = "https://github.com/BurntSushi/ripgrep/tree/master/crates/searcher"
readme = "README.md"
keywords = ["regex", "grep", "egrep", "search", "pattern"]
license = "Unlicense/MIT"