From 2b75ebc78ca0477b9c6a9d321e0db0e00e20338d Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Tue, 19 Sep 2017 10:59:29 -0700 Subject: [PATCH] Fix license directive --- miniz-sys/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/miniz-sys/Cargo.toml b/miniz-sys/Cargo.toml index cca8587c2..5f4ef58a1 100644 --- a/miniz-sys/Cargo.toml +++ b/miniz-sys/Cargo.toml @@ -5,7 +5,7 @@ version = "0.1.10" authors = ["Alex Crichton "] links = "miniz" build = "build.rs" -license = "(MIT OR Apache-2.0) AND Unlicense" +license = "MIT/Apache-2.0" repository = "https://github.com/alexcrichton/flate2-rs" documentation = "https://docs.rs/miniz-sys" description = """