From 5658fadb279329ba960fb3dab75530106c25c3f7 Mon Sep 17 00:00:00 2001 From: chee Date: Wed, 5 Apr 2017 15:44:10 +0000 Subject: [PATCH] fix license in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index aceaf5c..fe72c33 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "window manager", "main": "index.js", "author": "chee ", - "license": "GPL", + "license": "GPL-3.0", "dependencies": { "ewmh": "^0.3.0", "rc": "^1.1.6",