diff --git a/Cargo.toml b/Cargo.toml index 81295a3..a971276 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ authors = ["Sean McArthur "] description = "A case-insensitive wrapper around strings." repository = "https://github.com/seanmonstar/unicase" documentation = "https://docs.rs/unicase" -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" readme = "README.md" keywords = ["lowercase", "case", "case-insensitive", "case-folding", "no_std"] categories = ["internationalization", "text-processing", "no-std"]