diff --git a/mockall/Cargo.toml b/mockall/Cargo.toml index 5a69f05c..a64f2661 100644 --- a/mockall/Cargo.toml +++ b/mockall/Cargo.toml @@ -2,7 +2,7 @@ name = "mockall" version = "0.12.0" authors = ["Alan Somers "] -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" readme = "README.md" repository = "https://github.com/asomers/mockall" categories = ["development-tools::testing"] diff --git a/mockall_derive/Cargo.toml b/mockall_derive/Cargo.toml index 26b5ab17..4a331e28 100644 --- a/mockall_derive/Cargo.toml +++ b/mockall_derive/Cargo.toml @@ -2,7 +2,7 @@ name = "mockall_derive" version = "0.12.0" authors = ["Alan Somers "] -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" repository = "https://github.com/asomers/mockall" categories = ["development-tools::testing"] keywords = ["mock", "mocking", "testing"] diff --git a/mockall_double/Cargo.toml b/mockall_double/Cargo.toml index 578cd5d2..6641f07b 100644 --- a/mockall_double/Cargo.toml +++ b/mockall_double/Cargo.toml @@ -2,7 +2,7 @@ name = "mockall_double" version = "0.3.1" authors = ["Alan Somers "] -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" repository = "https://github.com/asomers/mockall" categories = ["development-tools::testing"] keywords = ["mock", "mocking", "testing"]