From 6623324f39081e5d31536c9121760d8cc4b40a43 Mon Sep 17 00:00:00 2001 From: itycodes Date: Mon, 22 Apr 2024 01:46:06 +0200 Subject: [PATCH] Fix the license field in Cargo.toml to comply with SPDX SPDX uses dashes, not spaces, to delimit license name and version. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fd0149d..152aca2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "vulk-rs" version = "0.0.1" edition = "2021" -license = "EUPL 1.2" +license = "EUPL-1.2" repository = "https://gitea.itycodes.org/itycodes/vulk" description = """ # Opinionated Rust bindings for Vulkan.