From c2d5dbb54bdaa9cd320994f9ef525cb5eab6f289 Mon Sep 17 00:00:00 2001 From: John-John Tedro Date: Wed, 6 Dec 2023 10:24:04 +0100 Subject: [PATCH] Update license --- bot/Cargo.toml | 2 +- web/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"]