diff --git a/Cargo.toml b/Cargo.toml index 66f66cdb..b1ea6b9d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "ssh2" version = "0.9.4" authors = ["Alex Crichton ", "Wez Furlong ", "Matteo Bigoi "] -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" keywords = ["ssh"] readme = "README.md" repository = "https://github.com/alexcrichton/ssh2-rs" diff --git a/libssh2-sys/Cargo.toml b/libssh2-sys/Cargo.toml index 5eaaa49a..a07cf6bb 100644 --- a/libssh2-sys/Cargo.toml +++ b/libssh2-sys/Cargo.toml @@ -4,7 +4,7 @@ version = "0.3.0" authors = ["Alex Crichton ", "Wez Furlong ", "Matteo Bigoi "] links = "ssh2" build = "build.rs" -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" repository = "https://github.com/alexcrichton/ssh2-rs" documentation = "https://docs.rs/libssh2-sys" description = "Native bindings to the libssh2 library"