diff --git a/Cargo.toml b/Cargo.toml index 90c16d7..bdfa4ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ members = ["derive"] authors = ["blackbeam "] name = "mysql_common" description = "MySql protocol primitives" -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" homepage = "https://github.com/blackbeam/rust_mysql_common" documentation = "https://docs.rs/mysql_common" repository = "https://github.com/blackbeam/rust_mysql_common" diff --git a/derive/Cargo.toml b/derive/Cargo.toml index 0725380..07ffc9e 100644 --- a/derive/Cargo.toml +++ b/derive/Cargo.toml @@ -2,7 +2,7 @@ name = "mysql-common-derive" edition = "2021" description = "Derive macros for MySql common primitives" -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" homepage = "https://github.com/blackbeam/rust_mysql_common" documentation = "https://docs.rs/mysql-common-derive" repository = "https://github.com/blackbeam/rust_mysql_common"