From b10d41f82edf59d7bb8c954d2de27b914d5ef4fc Mon Sep 17 00:00:00 2001 From: Sunshine Date: Fri, 25 Dec 2020 22:41:31 -1000 Subject: [PATCH] fix license identifier in Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ee438c8..6add7f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ include = [ "src/*.rs", "Cargo.toml", ] -license = "The Unlicense" +license = "Unlicense" license-file = "LICENSE" [dependencies]