Commit 25e441e083c21630ad6306cc27d334b28d7b0541
Use valid SPDX license, fixes npm warning (#501)
Same license as patchbay: https://github.com/ssbc/patchbay/blob/e1ed6f570e6bc64d0e62569002f67eace00218bb/package.json#L29William Meleyal authored on 4/14/2017, 2:45:23 AM
Mikey committed on 4/14/2017, 2:45:23 AM
Parent: c4c32827ce57922e91759acd0f4c29d0e2b12280
Files changed
package.json | changed |
package.json | ||
---|---|---|
@@ -10,9 +10,9 @@ | ||
10 | 10 | "postinstall": "npm run rebuild", |
11 | 11 | "rebuild": "npm rebuild --runtime=electron --target=1.4.3 --abi=50 --disturl=https://atom.io/download/atom-shell" |
12 | 12 | }, |
13 | 13 | "author": "Secure Scuttlebutt Consortium", |
14 | - "license": "GPL", | |
14 | + "license": "GPL-3.0", | |
15 | 15 | "dependencies": { |
16 | 16 | "atomic-file": "^0.1.0", |
17 | 17 | "bulk-require": "^1.0.0", |
18 | 18 | "catch-links": "^2.0.1", |
Built with git-ssb-web