Skip to content

Commit 0dcef6a

Browse files
committed
Improve license field in cargo.toml to use a valid SPDX license expression
1 parent 60b2fa2 commit 0dcef6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ homepage = "https://github.com/mthh/contour-rs"
1010
documentation = "https://docs.rs/contour"
1111
readme = "README.md"
1212
keywords = ["contour", "polygon", "isoring", "marching-squares", "geojson"]
13-
license = "MIT/Apache-2.0"
13+
license = "MIT OR Apache-2.0"
1414

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

0 commit comments

Comments
 (0)