Skip to content

Commit

Permalink
Make license metadata SPDX compliant
Browse files Browse the repository at this point in the history
  • Loading branch information
paolobarbolini committed Apr 10, 2024
1 parent 07f81c1 commit 5233a14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["Sean McArthur <[email protected]>"]
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"]
Expand Down

0 comments on commit 5233a14

Please sign in to comment.