Use valid SPDX license identifier for Jitsi-Meet to avoid warnings during installing npm dependencies

Conflicts:
	package.json
This commit is contained in:
mksh 2015-09-14 18:08:24 +03:00 committed by George Politis
parent 6d4fa86831
commit ad38268cbd
1 changed files with 1 additions and 1 deletions

View File

@ -33,5 +33,5 @@
"browserify": "11.1.x",
"browserify-shim": "^3.8.10"
},
"license": "Apache"
"license": "Apache-2.0"
}