From cf0e092705162ec8d877be1768c5adb0d9e3ea8d Mon Sep 17 00:00:00 2001 From: Arne Keller Date: Wed, 22 Jan 2025 09:36:42 +0100 Subject: [PATCH] package.json: correct license value based on ./LICENSE --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4e26697f..e9485e6e 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "url": "https://github.com/Zagrios" }, "contributors": [], - "license": "MIT", + "license": "GPL-3.0-only", "bugs": { "url": "https://github.com/Zagrios/bs-manager/issues" },