Skip to content

Commit e1d3c93

Browse files
committed
Fix dual license in Cargo.toml
Use 'MIT OR Apache-2.0' SPDX expression per Rust API guidelines.
1 parent 70e4b0e commit e1d3c93

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
@@ -3,7 +3,7 @@ name = "peas"
33
version = "0.2.0"
44
edition = "2024"
55
description = "A CLI-based, flat-file issue tracker for humans and robots"
6-
license = "MIT"
6+
license = "MIT OR Apache-2.0"
77
repository = "https://github.com/asaaki/peas"
88
homepage = "https://github.com/asaaki/peas"
99
documentation = "https://github.com/asaaki/peas#readme"

0 commit comments

Comments
 (0)