From d11a3b33773620bcc593f82b557757f0c2ec8a05 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Sat, 21 Jul 2018 13:25:39 -0400 Subject: crates.io: use 'OR' instead of '/' Fixes #987 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3