Skip to content

Commit fade3f3

Browse files
authored
more spdx license formatting
similar to #90 but for the derive crate
1 parent 1e4430c commit fade3f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ edition = "2021"
1313
keywords = ["arbitrary", "testing", "derive", "macro"]
1414
readme = "README.md"
1515
description = "Derives arbitrary traits"
16-
license = "MIT/Apache-2.0"
16+
license = "MIT OR Apache-2.0"
1717
repository = "https://github.com/rust-fuzz/arbitrary"
1818
documentation = "https://docs.rs/arbitrary/"
1919
rust-version = "1.63.0"

0 commit comments

Comments
 (0)