From: Simon Tatham Date: Sun, 4 Feb 2024 14:08:42 +0000 (+0000) Subject: Remove redundant license-file from Cargo.toml. X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=dc652c7605f1ce2b6c1a6fdea8a5339b3dd818b2;p=mastodonochrome.git Remove redundant license-file from Cargo.toml. Now I see the warning pointing out that it's not necessary to have that _as well_ as the license = "MIT". Seems odd to me, because there's still more detail in the full file (copyright holders, dates), but whatever. --- diff --git a/Cargo.toml b/Cargo.toml index 48ceec6..8167989 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,6 @@ version = "0.1.0" edition = "2021" license = "MIT" description = "Terminal-based Mastodon client." -license-file = "LICENCE" homepage = "https://www.chiark.greenend.org.uk/~sgtatham/mastodonochrome/" repository = "https://git.tartarus.org/?p=simon/mastodonochrome.git"