summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2018-07-21 13:25:39 -0400
committerAndrew Gallant <jamslam@gmail.com>2018-07-21 13:25:39 -0400
commitd11a3b33773620bcc593f82b557757f0c2ec8a05 (patch)
treea18bcaa31fc5a44ad6fa7d7a558968292569713a
parentd09e2f6af1821c4d6fcdcfb7278e57c76c1f5c76 (diff)
crates.io: use 'OR' instead of '/'
Fixes #987
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 45268649..c9b02d4c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,7 +13,7 @@ repository = "https://github.com/BurntSushi/ripgrep"
readme = "README.md"
keywords = ["regex", "grep", "egrep", "search", "pattern"]
categories = ["command-line-utilities", "text-processing"]
-license = "Unlicense/MIT"
+license = "Unlicense OR MIT"
exclude = ["HomebrewFormula"]
build = "build.rs"
autotests = false