Fix license name in package.json

This commit is contained in:
Vladimir Hodakov 2019-01-22 13:00:28 +00:00 committed by Stanislav N. aka pztrn
parent c8349a314f
commit f743c89b74
1 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
"yandex.mail"
],
"author": "Stanislav N. aka pztrn",
"license": "GPLv3",
"license": "GPL-3.0-or-later",
"devDependencies": {
"electron": "^4.0.1",
"electron-builder": "^20.38.5"
@ -36,4 +36,4 @@
"icon": "./assets/icons/icon.png"
}
}
}
}