From e505907aed3a605bd056764baa3500735286a2b9 Mon Sep 17 00:00:00 2001 From: Voss Date: Tue, 5 Sep 2023 16:00:34 -0500 Subject: [PATCH] Fix License type to match included license license was listed as misspelled `GPL-3.0` as `GLP-3.0` but this package is distributed under the Affero GPL 3.0 so it has now been corrected to `AGPL-3.0` --- dappnode_package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dappnode_package.json b/dappnode_package.json index 9c653aa..6c44e28 100644 --- a/dappnode_package.json +++ b/dappnode_package.json @@ -31,5 +31,5 @@ "homepage": "https://rotki.com/", "readme": "https://github.com/dappnode/DAppNodePackage-rotki" }, - "license": "GLP-3.0" + "license": "AGPL-3.0" }