git ssb

0+

alanz / patchwork



forked from Matt McKegg / patchwork

Commit 25e441e083c21630ad6306cc27d334b28d7b0541

Use valid SPDX license, fixes npm warning (#501)

Same license as patchbay:
https://github.com/ssbc/patchbay/blob/e1ed6f570e6bc64d0e62569002f67eace00218bb/package.json#L29
William 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.jsonchanged
package.jsonView
@@ -10,9 +10,9 @@
1010 "postinstall": "npm run rebuild",
1111 "rebuild": "npm rebuild --runtime=electron --target=1.4.3 --abi=50 --disturl=https://atom.io/download/atom-shell"
1212 },
1313 "author": "Secure Scuttlebutt Consortium",
14- "license": "GPL",
14+ "license": "GPL-3.0",
1515 "dependencies": {
1616 "atomic-file": "^0.1.0",
1717 "bulk-require": "^1.0.0",
1818 "catch-links": "^2.0.1",

Built with git-ssb-web