From d119e650e11dcdf54d6df354d8bb5e3016d43f5c Mon Sep 17 00:00:00 2001 From: Adam Macdonald <72780006+twokilohertz@users.noreply.github.com> Date: Mon, 27 Mar 2023 21:37:14 +0100 Subject: [PATCH] Change license specification in mod json config --- src/main/resources/fabric.mod.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 62b4c84..9e88970 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -14,7 +14,7 @@ "issues": "https://github.com/twokilohertz/HotbarReplace/issues" }, - "license": "GPLv3", + "license": "MIT", "icon": "assets/hotbarreplace/icon.png", "environment": "*",