From 4011b693485e78f9f56345a377e3d4c6194ab8af Mon Sep 17 00:00:00 2001 From: Louis Capitanchik <contact@louiscap.co> Date: Sun, 22 Oct 2023 02:36:06 +0100 Subject: [PATCH] Fix license term in cargo --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 505f129..1dc35fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" authors = ["Louis Capitanchik <contact@louiscap.co>"] description = "Utility macros to make it easier to build complex systems with Bevy" -license = "apache-2.0" +license = "Apache-2.0" [lib] name = "micro_games_macros" -- GitLab