mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-07-26 01:31:57 -07:00
cargo: use SPDX license format for all crates
This was done for the main crate in d11a3b3377
.
See also #987.
PR #2204
This commit is contained in:
@@ -10,7 +10,7 @@ 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"
|
||||
license = "Unlicense OR MIT"
|
||||
autotests = false
|
||||
edition = "2018"
|
||||
|
||||
|
Reference in New Issue
Block a user