From 8746d47b1d8db721827cd66a618eb30ca5e0b46e Mon Sep 17 00:00:00 2001 From: Louis Capitanchik <contact@louiscap.co> Date: Wed, 22 Feb 2023 18:25:29 +0000 Subject: [PATCH] Fix spdx license expression --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7d85d11..2f3e893 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "crunch-cli" version = "0.5.0" edition = "2021" -license = "GPL-3" +license = "GPL-3.0" description = "Command line asset manipulation, set up a pipeline once and run it against all of your files" authors = [ "Louis Capitanchik <louis@microhacks.co.uk>" -- GitLab