Skip to content

Commit 35f475c

Browse files
Merge pull request #445 from matthiasbeyer/fix-license-spdx21
Update license field following SPDX 2.1 license expression standard
2 parents 293f877 + a1da383 commit 35f475c

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
@@ -8,7 +8,7 @@ readme = "README.md"
88
keywords = ["config", "configuration", "settings", "env", "environment"]
99
authors = ["Ryan Leckey <[email protected]>"]
1010
categories = ["config"]
11-
license = "MIT/Apache-2.0"
11+
license = "MIT OR Apache-2.0"
1212
edition = "2018"
1313

1414
[badges]

0 commit comments

Comments
 (0)