From 064c161b6736bb5574f28cb986c5899620fd69fe Mon Sep 17 00:00:00 2001 From: TrainDoctor Date: Mon, 19 Sep 2022 14:30:56 -0700 Subject: [PATCH] fix(License): update license in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 468f985..8ae75f0 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "components" ], "author": "Jonas Dellinger ", - "license": "LGPL-2.1-decky-exceptions", + "license": "LGPL-2.1-with-decky-exceptions", "bugs": { "url": "https://github.com/SteamDeckHomebrew/decky-frontend-lib/issues" },