diff --git a/Cargo.toml b/Cargo.toml index 85cbc5b..2f83c60 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "hyper-tls" version = "0.6.0" # don't forget html_root_url in lib.rs description = "Default TLS implementation for use with hyper" authors = ["Sean McArthur "] -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" keywords = ["hyper", "tls", "http", "https", "ssl"] homepage = "https://hyper.rs" repository = "https://github.com/hyperium/hyper-tls"