Fix license name in package.json

It's spelled "MPL-2.0" according to https://spdx.org/licenses/.
This commit is contained in:
Martin Pitt 2017-05-08 09:46:38 +02:00
parent 26586b9ddf
commit a9b483cd20

View File

@ -22,7 +22,7 @@
"Samuel Mannehed <samuel@cendio.se> (https://github.com/samhed)",
"Pierre Ossman <ossman@cendio.se> (https://github.com/CendioOssman)"
],
"license": "MPL 2.0",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/novnc/noVNC/issues"
},