From 2573ef293ac676f3ee8645ecdeae8dd5596ac988 Mon Sep 17 00:00:00 2001 From: Joe Bellus Date: Sun, 20 Jun 2021 21:51:16 -0400 Subject: [PATCH] Updated license for Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d2d5450..f9d2e18 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" description = "A framework for CLI applications" repository = "https://git.5sigma.io/arkham/arkham" readme = "README.md" -license = "LICENSE" +license = "Apache-2.0" keywords = ["CLI", "arguments", "config"] categories = ["command-line-interface", "config"]