From 994b1cec6abf81faa4462d5478ab4584237e4a0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Wojni=C5=82owicz?= Date: Mon, 17 Feb 2025 18:12:39 +0100 Subject: [PATCH] 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. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0a100f3..4552a9a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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]]