From 0772fc91048ffe09a455b0e1de66494955e672ff Mon Sep 17 00:00:00 2001 From: Kyle Altendorf Date: Wed, 25 Sep 2024 12:33:53 -0400 Subject: [PATCH] follow SPDX for short license text https://github.com/rust-lang/cargo/issues/2174#issuecomment-355454163 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5f1065f..3bea581 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ homepage = "https://github.com/unicode-rs/unicode-normalization" repository = "https://github.com/unicode-rs/unicode-normalization" documentation = "https://docs.rs/unicode-normalization/" -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" keywords = [ "text", "unicode",