chiark / gitweb /
Remove redundant license-file from Cargo.toml.
authorSimon Tatham <anakin@pobox.com>
Sun, 4 Feb 2024 14:08:42 +0000 (14:08 +0000)
committerSimon Tatham <anakin@pobox.com>
Sun, 4 Feb 2024 14:08:42 +0000 (14:08 +0000)
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.

Cargo.toml

index 48ceec68f6a4b0cc038cb542b785e92870843fc5..8167989c0b73c4c24330f45ae91c56d28a068d04 100644 (file)
@@ -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"