Use a valid license format
This commit is contained in:
parent
1e3bb40bee
commit
b76014a6db
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
"build": "astro build && NODE_ENV=production node ./build/prepare-production.js && electron-builder build --config ./build/electron-builder.yml"
|
||||
},
|
||||
"author": "SudoVanilla",
|
||||
"license": "AGPL",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"devDependencies": {
|
||||
"concurrently": "^8.0.1",
|
||||
"electron": "^24.0.0",
|
||||
|
|
Reference in a new issue