From 2bd418de2d20c6c817c180212cdaa76725ed326e Mon Sep 17 00:00:00 2001 From: Jack Rickard Date: Sat, 13 Feb 2021 16:56:01 +0000 Subject: [PATCH] Capitalise 'or' in license --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7e64440..151b944 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ description = "A wrapper type that allows you to send `!Send` types to different version = "0.1.0" authors = ["Jack Rickard "] edition = "2018" -license = "MIT or Apache-2.0" +license = "MIT OR Apache-2.0" repository = "https://github.com/Skepfyr/DiplomaticBag" readme = "README.md" keywords = ["send", "sync"]