From 7e2e9cf55f61e2b687eff0164483430d290da666 Mon Sep 17 00:00:00 2001 From: Grayray <69988482+Grayray75@users.noreply.github.com> Date: Wed, 4 Oct 2023 18:59:32 +0200 Subject: Use standardised license identifier (#320) --- src/main/resources/fabric.mod.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 0920d7d7..e9dc5e58 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -11,7 +11,7 @@ "sources": "https://github.com/SkyblockerMod/Skyblocker", "issues": "https://github.com/SkyblockerMod/Skyblocker/issues" }, - "license": "GNU LGPLv3", + "license": "LGPL-3.0-or-later", "icon": "assets/skyblocker/icon.png", "environment": "client", "entrypoints": { -- cgit