summaryrefslogtreecommitdiffstats
path: root/grep
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2016-09-08 16:15:44 -0400
committerAndrew Gallant <jamslam@gmail.com>2016-09-08 16:15:44 -0400
commita744ec133d12e0c8d8e8b0486cd92e2b60ad61e6 (patch)
treea604074a6838c0ac1db4c0f309a69d34679b5d86 /grep
parent0042dce9498ed0e0d46e3e7cd86b85dcb822c8e1 (diff)
Rename xrep to ripgrep.
Diffstat (limited to 'grep')
-rw-r--r--grep/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/grep/Cargo.toml b/grep/Cargo.toml
index e01e688b..f84604ad 100644
--- a/grep/Cargo.toml
+++ b/grep/Cargo.toml
@@ -6,9 +6,9 @@ authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
Fast line oriented regex searching as a library.
"""
-documentation = "https://github.com/BurntSushi/xrep"
-homepage = "https://github.com/BurntSushi/xrep"
-repository = "https://github.com/BurntSushi/xrep"
+documentation = "https://github.com/BurntSushi/ripgrep"
+homepage = "https://github.com/BurntSushi/ripgrep"
+repository = "https://github.com/BurntSushi/ripgrep"
readme = "README.md"
keywords = ["regex", "grep", "egrep", "search", "pattern"]
license = "Unlicense/MIT"