From 7348a7e7b8a1fccb8d04ee5d409828d3c39e345a Mon Sep 17 00:00:00 2001 From: Rasmus Melchior Jacobsen Date: Mon, 30 Jan 2023 12:08:31 +0100 Subject: [PATCH] reverse licenses --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index afaf087..1ef1b56 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 = "Apache-2.0 or MIT" +license = "MIT or Apache-2.0" keywords = ["embedded", "url", "no_std"] exclude = [".github"]