diff --git a/crossbeam-channel/Cargo.toml b/crossbeam-channel/Cargo.toml index c16e03397..d0adb54f8 100644 --- a/crossbeam-channel/Cargo.toml +++ b/crossbeam-channel/Cargo.toml @@ -6,7 +6,7 @@ name = "crossbeam-channel" # - Create "crossbeam-channel-X.Y.Z" git tag version = "0.4.2" authors = ["The Crossbeam Project Developers"] -license = "MIT/Apache-2.0 AND BSD-2-Clause" +license = "MIT OR Apache-2.0" readme = "README.md" repository = "https://github.com/crossbeam-rs/crossbeam" homepage = "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-channel"