From ccdd080d7d590ac958b9fe93fcef008842a68f5e Mon Sep 17 00:00:00 2001 From: endernon Date: Sat, 23 Nov 2024 15:28:29 +0000 Subject: [PATCH] actually set the correct license in cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d201ae1..6faefbe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ description = "Library for adding a struct to parse minecraft java edition resou authors = ["endernon"] repository = "https://git.frfrnocap.men/endernon/mcmeta-parser" readme = "readme.md" -license = "GPL-3" +license = "MIT" version = "0.4.0" edition = "2021"