Skip to content

Commit

Permalink
use a valid SPDX license identifier (#624)
Browse files Browse the repository at this point in the history
  • Loading branch information
RacoonDog authored May 24, 2024
1 parent 597399e commit 531e05c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "Useful client-side commands",
"version": "${version}",
"environment": "client",
"license": "LGPL",
"license": "LGPL-3.0-or-later",
"icon": "assets/clientcommands/icon.png",
"contact": {
"homepage": "https://earthcomputer.net/",
Expand Down

0 comments on commit 531e05c

Please sign in to comment.