From c58569eaa0d389db41efe4c812272b781601535a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Mikrut?= Date: Mon, 19 Feb 2024 14:00:57 +0100 Subject: [PATCH] Fix license --- krokiet/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/krokiet/Cargo.toml b/krokiet/Cargo.toml index bfb3e7d..f0478b2 100644 --- a/krokiet/Cargo.toml +++ b/krokiet/Cargo.toml @@ -5,7 +5,7 @@ authors = ["RafaƂ Mikrut "] edition = "2021" rust-version = "1.74.0" description = "Slint frontend of Czkawka Core" -license = "GPL-3" +license = "GPL-3.0-only" homepage = "https://github.com/qarmin/czkawka" repository = "https://github.com/qarmin/czkawka" build = "build.rs"