From 1ceb8153efc0bfe8b6ae0a110c5d688249c4d340 Mon Sep 17 00:00:00 2001 From: Max Mindlin Date: Sun, 31 Jul 2022 18:49:22 -0400 Subject: [PATCH] fix license typo --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7c1b6bd..cab7d0c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "openfga-dsl-parser" authors = ["Max Mindlin "] version = "1.0.0" edition = "2021" -license = "Apache-2.0 license" +license = "Apache-2.0" description = "Parsing and JSON transformer for the OpenFGA authorization DSL" readme = "README.md" repository = "https://github.com/maxmindlin/openfga-dsl-parser"