diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index 04bfd4af..74d89dda 100644 --- a/package.json +++ b/package.json @@ -15,9 +15,10 @@ "url": "git+https://github.com/FooSoft/yomichan.git" }, "author": "FooSoft", + "license": "GPL-3.0-or-later", "licenses": [ { - "type": "GPLv3", + "type": "GPL-3.0-or-later", "url": "https://www.gnu.org/licenses/gpl-3.0.html" } ], |