From 7fa34891caf4e2609bfbcff48579a42e45a9283f Mon Sep 17 00:00:00 2001 From: Filip Tibell Date: Tue, 24 Jan 2023 20:36:59 -0500 Subject: [PATCH] Fix license expression in crate config --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0c7fbd8..d7610ea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "lune" version = "0.1.2" edition = "2021" -license = "MPL 2.0" +license = "MPL-2.0" repository = "https://github.com/filiptibell/lune" description = "A Luau script runner" keywords = ["cli", "lua", "luau", "scripts"]