1
Fork 0

Use a valid license format

This commit is contained in:
Korbs 2023-07-11 00:11:21 -04:00
parent 1e3bb40bee
commit b76014a6db
No known key found for this signature in database

View file

@ -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",