Skip to content

Commit 422ae6d

Browse files
snoweuphfolkertdev
authored andcommitted
fix(bzip2-sys): license expression to be a valid spdx expression
see: #144
1 parent 21db697 commit 422ae6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bzip2-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.13+1.0.8"
44
authors = ["Alex Crichton <alex@alexcrichton.com>"]
55
links = "bzip2"
66
build = "build.rs"
7-
license = "MIT/Apache-2.0"
7+
license = "MIT OR Apache-2.0"
88
repository = "https://github.com/alexcrichton/bzip2-rs"
99
homepage = "https://github.com/alexcrichton/bzip2-rs"
1010
documentation = "https://docs.rs/bzip2-sys"

0 commit comments

Comments
 (0)