From daa594cc6443dfd8026c1a57768948b96e83b72e Mon Sep 17 00:00:00 2001 From: Greg Fitzgerald Date: Fri, 16 Feb 2018 12:17:28 -0700 Subject: [PATCH] Use SPDX identifier for license name --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 77bcd93020..d6e56d092b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ authors = [ "Anatoly Yakovenko ", "Greg Fitzgerald ", ] -license = "APACHE-2.0" +license = "Apache-2.0" [badges] codecov = { repository = "https://github.com/loomprotocol/silk.git", branch = "master", service = "github" }