diff --git a/bot/Cargo.toml b/bot/Cargo.toml index 32cf8eb6..863365e8 100644 --- a/bot/Cargo.toml +++ b/bot/Cargo.toml @@ -9,7 +9,7 @@ documentation = "https://docs.rs/oxidize" readme = "README.md" homepage = "https://github.com/udoprog/OxidizeBot" repository = "https://github.com/udoprog/OxidizeBot" -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" keywords = ["twitch"] categories = ["games"] diff --git a/web/Cargo.toml b/web/Cargo.toml index c2c4fede..b8ec0d0b 100644 --- a/web/Cargo.toml +++ b/web/Cargo.toml @@ -9,7 +9,7 @@ documentation = "https://docs.rs/oxidize" readme = "README.md" homepage = "https://github.com/udoprog/OxidizeBot" repository = "https://github.com/udoprog/OxidizeBot" -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" keywords = ["twitch"] categories = ["bots"]