Skip to content

Commit

Permalink
Improve license field in cargo.toml to use a valid SPDX license expre…
Browse files Browse the repository at this point in the history
…ssion
  • Loading branch information
mthh committed Mar 29, 2023
1 parent 60b2fa2 commit 0dcef6a
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 @@ -10,7 +10,7 @@ homepage = "https://github.com/mthh/contour-rs"
documentation = "https://docs.rs/contour"
readme = "README.md"
keywords = ["contour", "polygon", "isoring", "marching-squares", "geojson"]
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"

[dependencies]
geojson = { version = ">=0.16, <=0.24", optional = true }
Expand Down

0 comments on commit 0dcef6a

Please sign in to comment.