diff options
author | Grayray <69988482+Grayray75@users.noreply.github.com> | 2023-10-04 18:59:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-04 12:59:32 -0400 |
commit | 7e2e9cf55f61e2b687eff0164483430d290da666 (patch) | |
tree | f9607f199ea234abafa629d2f8455f22f93c885a /src | |
parent | da657c41a90a05fed4945482a2ec4350bd6077ff (diff) | |
download | Skyblocker-7e2e9cf55f61e2b687eff0164483430d290da666.tar.gz Skyblocker-7e2e9cf55f61e2b687eff0164483430d290da666.tar.bz2 Skyblocker-7e2e9cf55f61e2b687eff0164483430d290da666.zip |
Use standardised license identifier (#320)
Diffstat (limited to 'src')
-rw-r--r-- | src/main/resources/fabric.mod.json | 2 |
1 files changed, 1 insertions, 1 deletions
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": { |