From 48f7c1e0a1df52c1f2ac8a3c38714cce09e80f4b Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Wed, 1 Dec 2021 17:00:04 -0500 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 631e4046..e0c807e5 100644 --- a/package.json +++ b/package.json @@ -66,6 +66,6 @@ "url": "git+https://github.com/ajayyy/SponsorBlock.git" }, "author": "Ajay Ramachandran", - "license": "LGPL-3.0-only", + "license": "LGPL-3.0-or-later", "private": true }