Skip to content

Commit

Permalink
Fix license to be correct on miniz-sys
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Nov 29, 2016
1 parent 1753e03 commit a49ff67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion miniz-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version = "0.1.7"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
links = "miniz"
build = "build.rs"
license = "MIT/Apache-2.0"
license = "(MIT OR Apache-2.0) AND Unlicense"
repository = "/~https://github.com/alexcrichton/flate2-rs"
description = """
Bindings to the miniz.c library.
Expand Down

0 comments on commit a49ff67

Please sign in to comment.