Skip to content

Commit

Permalink
Merge pull request #40 from atouchet/lic
Browse files Browse the repository at this point in the history
Use SPDX license format
  • Loading branch information
pfernie authored Dec 22, 2023
2 parents 403db6b + 72daab4 commit a820036
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 @@ -7,7 +7,7 @@ edition = "2018"
repository = "https://github.com/pfernie/cookie_store"
documentation = "https://docs.rs/cookie_store"
readme = "README.md"
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
keywords = ["cookie", "jar", "store", "http"] # free text
categories = ["web-programming::http-client", "web-programming"] # https://crates.io/category_slugs

Expand Down

0 comments on commit a820036

Please sign in to comment.