From 036ce21849c0d8dae05322261c0854cea6a7d1c5 Mon Sep 17 00:00:00 2001 From: Bill Thornton Date: Tue, 21 May 2019 00:50:53 -0400 Subject: [PATCH] Fix invalid license --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 23adabfde5..cbe662f02c 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.0.0", "description": "Web interface for Jellyfin", "repository": "https://github.com/jellyfin/jellyfin-web", - "license": "GPL-2", + "license": "GPL-2.0-or-later", "devDependencies": { "connect": "^3.6.6", "css-loader": "^2.1.0",