From a5e9f7e6fe1477f1c5905b8a5a9178d465c636ca Mon Sep 17 00:00:00 2001 From: Quantum Date: Tue, 15 Oct 2024 02:27:11 -0400 Subject: [PATCH] Fix license tag --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 183bcd4..75b5de0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ description = "ntfy-run is a tool to run a command, capture its output, and send readme = "README.md" homepage = "https://github.com/quantum5/ntfy-run" repository = "https://github.com/quantum5/ntfy-run" -license = "GPL-3" +license = "GPL-3.0-or-later" keywords = ["ntfy", "cron", "notifications", "utility"] categories = ["command-line-interface"]