diff options
author | Ajay Ramachandran <[email protected]> | 2021-12-01 17:00:17 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2021-12-01 17:00:17 -0500 |
commit | 2f8ec7a5e5402a6e73fae3b2500930c9cc8d2ed5 (patch) | |
tree | 67da20be4e989e9ca8a0c4403dde4b51cfb7b3ca | |
parent | 2209c230e7d41476e4da8a78f87dbec2740a6dc1 (diff) | |
parent | 48f7c1e0a1df52c1f2ac8a3c38714cce09e80f4b (diff) | |
download | SponsorBlock-2f8ec7a5e5402a6e73fae3b2500930c9cc8d2ed5.tar.gz SponsorBlock-2f8ec7a5e5402a6e73fae3b2500930c9cc8d2ed5.zip |
Merge pull request #1073 from mchangrh/patch-1
Update licence in 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..e0c807e5 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-or-later", "private": true } |