1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2024-12-07 11:13:17 +02:00

crates.io: use 'OR' instead of '/'

Fixes #987
This commit is contained in:
Andrew Gallant 2018-07-21 13:25:39 -04:00
parent d09e2f6af1
commit d11a3b3377
No known key found for this signature in database
GPG Key ID: B2E3A4923F8B0D44

View File

@ -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