From 7eadf62bacab1bc40fde94b1f8d1655836968162 Mon Sep 17 00:00:00 2001 From: Ryan Brue Date: Thu, 26 Sep 2024 22:18:44 -0500 Subject: [PATCH] fix: clarify license as GPL-3.0-only Signed-off-by: Ryan Brue --- cosmic-settings/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cosmic-settings/Cargo.toml b/cosmic-settings/Cargo.toml index 7056b25..cc6be68 100644 --- a/cosmic-settings/Cargo.toml +++ b/cosmic-settings/Cargo.toml @@ -2,7 +2,7 @@ name = "cosmic-settings" version = "0.1.0" edition = "2021" -license = "GPL-3.0" +license = "GPL-3.0-only" [dependencies] anyhow = "1.0"