From 7e77021369ed1c8875e7adcd4615e829d71af88f Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Tue, 28 Mar 2023 20:59:27 +0200 Subject: [PATCH] fix license identifier --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 19d1a46..d88935a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "json-schema-diff" version = "0.1.0" edition = "2021" -license = "Apache 2.0" +license = "Apache-2.0" description = "Diff changes between JSON schema files." [lib]