From fb8183d13d7dea76d79c0da75ea5115978ba12fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9l=C3=A8ne=20Amanita?= Date: Mon, 6 Nov 2023 14:49:32 +0000 Subject: [PATCH] license-file, license not SPDX compliant --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2edd55f..acfaecc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" categories = ["game-engines", "graphics", "rendering"] keywords = ["bevy", "portal", "mirror", "gamedev"] description = "A portal plugin for Bevy game engine" -license = "NVPL-7+" +license-file = "LICENSE" readme = "README.md" repository = "https://github.com/Selene-Amanita/bevy_basic_portals" authors = ["Selene Amanita"]