Skip to content

Commit 93e6555

Browse files
committed
Cargo does not know SPDX License Expressions
What a shame. Reference: rust-lang/cargo#2039
1 parent 312e05f commit 93e6555

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
@@ -13,7 +13,7 @@ authors = ["Hyeon Kim <[email protected]>"]
1313
homepage = "https://github.com/simnalamburt/obj-rs"
1414
repository = "https://github.com/simnalamburt/obj-rs"
1515
documentation = "https://simnalamburt.github.io/obj-rs/"
16-
license = "(Apache-2.0 OR MIT)"
16+
license = "Apache-2.0/MIT"
1717
keywords = ["graphics", "obj", "WaveFront", "3D", "parser"]
1818
readme = "README.md"
1919

0 commit comments

Comments
 (0)