summaryrefslogtreecommitdiffstats
path: root/crates
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
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')
-rw-r--r--crates/cli/Cargo.toml4
-rw-r--r--crates/globset/Cargo.toml4
-rw-r--r--crates/grep/Cargo.toml4
-rw-r--r--crates/ignore/Cargo.toml4
-rw-r--r--crates/matcher/Cargo.toml4
-rw-r--r--crates/pcre2/Cargo.toml4
-rw-r--r--crates/printer/Cargo.toml4
-rw-r--r--crates/regex/Cargo.toml4
-rw-r--r--crates/searcher/Cargo.toml4
9 files changed, 18 insertions, 18 deletions
diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml
index 67b83f42..e20c1f76 100644
--- a/crates/cli/Cargo.toml
+++ b/crates/cli/Cargo.toml
@@ -6,8 +6,8 @@ description = """
Utilities for search oriented command line applications.
"""
documentation = "https://docs.rs/grep-cli"
-homepage = "https://github.com/BurntSushi/ripgrep"
-repository = "https://github.com/BurntSushi/ripgrep"
+homepage = "https://github.com/BurntSushi/ripgrep/tree/master/crates/cli"
+repository = "https://github.com/BurntSushi/ripgrep/tree/master/crates/cli"
readme = "README.md"
keywords = ["regex", "grep", "cli", "utility", "util"]
license = "Unlicense/MIT"
diff --git a/crates/globset/Cargo.toml b/crates/globset/Cargo.toml
index bdc5233c..5eef20ae 100644
--- a/crates/globset/Cargo.toml
+++ b/crates/globset/Cargo.toml
@@ -8,8 +8,8 @@ process of matching one or more glob patterns against a single candidate path
simultaneously, and returning all of the globs that matched.
"""
documentation = "https://docs.rs/globset"
-homepage = "https://github.com/BurntSushi/ripgrep/tree/master/globset"
-repository = "https://github.com/BurntSushi/ripgrep/tree/master/globset"
+homepage = "https://github.com/BurntSushi/ripgrep/tree/master/crates/globset"
+repository = "https://github.com/BurntSushi/ripgrep/tree/master/crates/globset"
readme = "README.md"
keywords = ["regex", "glob", "multiple", "set", "pattern"]
license = "Unlicense/MIT"
diff --git a/crates/grep/Cargo.toml b/crates/grep/Cargo.toml
index 7371750e..af39d196 100644
--- a/crates/grep/Cargo.toml
+++ b/crates/grep/Cargo.toml
@@ -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"
diff --git a/crates/ignore/Cargo.toml b/crates/ignore/Cargo.toml
index 5f201fa0..4e79c7ba 100644
--- a/crates/ignore/Cargo.toml
+++ b/crates/ignore/Cargo.toml
@@ -7,8 +7,8 @@ A fast library for efficiently matching ignore files such as `.gitignore`
against file paths.
"""
documentation = "https://docs.rs/ignore"
-homepage = "https://github.com/BurntSushi/ripgrep/tree/master/ignore"
-repository = "https://github.com/BurntSushi/ripgrep/tree/master/ignore"
+homepage = "https://github.com/BurntSushi/ripgrep/tree/master/crates/ignore"
+repository = "https://github.com/BurntSushi/ripgrep/tree/master/crates/ignore"
readme = "README.md"
keywords = ["glob", "ignore", "gitignore", "pattern", "file"]
license = "Unlicense/MIT"
diff --git a/crates/matcher/Cargo.toml b/crates/matcher/Cargo.toml
index 6a99d96f..99df4433 100644
--- a/crates/matcher/Cargo.toml
+++ b/crates/matcher/Cargo.toml
@@ -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"
diff --git a/crates/pcre2/Cargo.toml b/crates/pcre2/Cargo.toml
index 924943d5..6f9673d7 100644
--- a/crates/pcre2/Cargo.toml
+++ b/crates/pcre2/Cargo.toml
@@ -6,8 +6,8 @@ description = """
Use PCRE2 with the 'grep' crate.
"""
documentation = "https://docs.rs/grep-pcre2"
-homepage = "https://github.com/BurntSushi/ripgrep"
-repository = "https://github.com/BurntSushi/ripgrep"
+homepage = "https://github.com/BurntSushi/ripgrep/tree/master/crates/pcre2"
+repository = "https://github.com/BurntSushi/ripgrep/tree/master/crates/pcre2"
readme = "README.md"
keywords = ["regex", "grep", "pcre", "backreference", "look"]
license = "Unlicense/MIT"
diff --git a/crates/printer/Cargo.toml b/crates/printer/Cargo.toml
index ca9d0b7e..8e1c21ba 100644
--- a/crates/printer/Cargo.toml
+++ b/crates/printer/Cargo.toml
@@ -7,8 +7,8 @@ An implementation of the grep crate's Sink trait that provides standard
printing of search results, similar to grep itself.
"""
documentation = "https://docs.rs/grep-printer"
-homepage = "https://github.com/BurntSushi/ripgrep"
-repository = "https://github.com/BurntSushi/ripgrep"
+homepage = "https://github.com/BurntSushi/ripgrep/tree/master/crates/printer"
+repository = "https://github.com/BurntSushi/ripgrep/tree/master/crates/printer"
readme = "README.md"
keywords = ["grep", "pattern", "print", "printer", "sink"]
license = "Unlicense/MIT"
diff --git a/crates/regex/Cargo.toml b/crates/regex/Cargo.toml
index e390480f..17b03b88 100644
--- a/crates/regex/Cargo.toml
+++ b/crates/regex/Cargo.toml
@@ -6,8 +6,8 @@ description = """
Use Rust's regex library with the 'grep' crate.
"""
documentation = "https://docs.rs/grep-regex"
-homepage = "https://github.com/BurntSushi/ripgrep"
-repository = "https://github.com/BurntSushi/ripgrep"
+homepage = "https://github.com/BurntSushi/ripgrep/tree/master/crates/regex"
+repository = "https://github.com/BurntSushi/ripgrep/tree/master/crates/regex"
readme = "README.md"
keywords = ["regex", "grep", "search", "pattern", "line"]
license = "Unlicense/MIT"
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"