Merge branch 'license-fix' into 'master'

Fix license name in package.json

See merge request pztrn/yandexmail-desktop!1
This commit is contained in:
2019-01-22 13:00:28 +00:00

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"
}
}
}
}