From e21af1874eea5e0c37ef9d6bd1be2a5a39107d57 Mon Sep 17 00:00:00 2001 From: Alice Gaudon Date: Wed, 20 May 2020 17:46:41 +0200 Subject: [PATCH] package.json: fix license SPDX code --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cb9abd7..a46cf54 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "email": "alice@gaudon.pro" }, "homepage": "https://gitlab.com/ArisuOngaku/tabs", - "license": "GPL-3", + "license": "GPL-3.0-only", "main": "tabs.js", "scripts": { "start": "electron .",