diff options
author | Ajay Ramachandran <[email protected]> | 2021-12-01 17:00:04 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2021-12-01 17:00:04 -0500 |
commit | 48f7c1e0a1df52c1f2ac8a3c38714cce09e80f4b (patch) | |
tree | 67da20be4e989e9ca8a0c4403dde4b51cfb7b3ca /package.json | |
parent | 29c3b80d0b7b2c9e81f36de964ba8e46ca6e3815 (diff) | |
download | SponsorBlock-48f7c1e0a1df52c1f2ac8a3c38714cce09e80f4b.tar.gz SponsorBlock-48f7c1e0a1df52c1f2ac8a3c38714cce09e80f4b.zip |
fix license in package.json
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |