From ff7d1845c5b8f96f8a3c480c0f04f183869611b0 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Fri, 5 May 2023 12:41:35 +0000 Subject: [PATCH] chore(package.json): use correct license value --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 19678e499..21c9f2519 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "", "keywords": [], "author": "", - "license": "ISC", + "license": "AGPL-3.0-or-later", "scripts": { "start": "npm-run-all frontend:build --parallel \"frontend:build:watch\" \"yesod:start\"", "test": "run-s frontend:test yesod:test i18n:test",