From 576267ada61676f0ef097618836be5bb686bea82 Mon Sep 17 00:00:00 2001 From: Rasmus Melchior Jacobsen Date: Mon, 30 Jan 2023 12:11:34 +0100 Subject: [PATCH] Separate licenses with / --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1ef1b56..527505c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ description = "A simple Url primitive for no_std environments" readme = "README.md" repository = "https://github.com/rmja/nourl" authors = ["Rasmus Melchior Jacobsen "] -license = "MIT or Apache-2.0" +license = "MIT / Apache-2.0" keywords = ["embedded", "url", "no_std"] exclude = [".github"]