Use SPDX short identifier

According to https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields
the license field should be an SPDX license expression.
This commit is contained in:
Łukasz Wojniłowicz 2025-02-17 18:12:39 +01:00
parent b07d3958bb
commit 994b1cec6a

View File

@ -4,7 +4,7 @@ description = "An activity and idle watcher based on ActivityWatch"
version = { workspace = true }
authors = ["Demmie <2e3s19@gmail.com>"]
edition = "2021"
license = "Mozilla Public License 2.0"
license = "MPL-2.0"
repository = "https://github.com/2e3s/awatcher"
[[bin]]