From aca65b5b00eff2d0c50f6d5801c771d9a24a5e29 Mon Sep 17 00:00:00 2001 From: kolaente Date: Wed, 30 Oct 2019 21:45:29 +0100 Subject: [PATCH] Fixed license in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7e6d2e3..3ce487a 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vikunja-theme", "version": "0.2.0", "description": "A Hugo theme that gets used within all of our websites.", - "license": "GPLv3", + "license": "LGPL-3.0-or-later", "author": { "name": "The Vikunja authors", "email": "team@vikunja.io"