From fffaa3104abd0e77a448218390cd3c83f560243b Mon Sep 17 00:00:00 2001 From: Moritz Bitsch Date: Fri, 22 Apr 2022 21:19:12 +0200 Subject: [PATCH] Remove license-file property from Cargo.toml license-file is only required when using a non standard license --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 368668b..492fad0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,6 @@ version = "0.1.0" edition = "2021" license = "ISC" -license-file = "LICENSE" repository = "https://github.com/madmo/proc-cmdline" [dependencies]