diff options
author | Michael M. Chang <[email protected]> | 2021-12-01 16:44:08 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2021-12-01 16:44:08 -0500 |
commit | 29c3b80d0b7b2c9e81f36de964ba8e46ca6e3815 (patch) | |
tree | 5b506606b637079633a370e1b2526473ce26e89e /package.json | |
parent | 2209c230e7d41476e4da8a78f87dbec2740a6dc1 (diff) | |
download | SponsorBlock-29c3b80d0b7b2c9e81f36de964ba8e46ca6e3815.tar.gz SponsorBlock-29c3b80d0b7b2c9e81f36de964ba8e46ca6e3815.zip |
Update licence in package.json
#721
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 2f59a888..631e4046 100644 --- a/package.json +++ b/package.json @@ -66,6 +66,6 @@ "url": "git+https://github.com/ajayyy/SponsorBlock.git" }, "author": "Ajay Ramachandran", - "license": "GPL-3.0-only", + "license": "LGPL-3.0-only", "private": true } |