From f8bfec63d61fce3b9481e6eb51c8147859c51b6d Mon Sep 17 00:00:00 2001 From: kolaente Date: Thu, 6 May 2021 16:31:33 +0200 Subject: [PATCH] Fix license --- frontend/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/default.nix b/frontend/default.nix index 3b3baf2..4422136 100644 --- a/frontend/default.nix +++ b/frontend/default.nix @@ -48,7 +48,7 @@ in stdenv.mkDerivation { meta = { description = "Frontend of the Vikunja to-do list app"; homepage = "https://vikunja.io/"; - license = lib.licenses.gpl3Plus; + license = lib.licenses.agpl3Plus; maintainers = with lib.maintainers; [ kolaente ]; platforms = lib.platforms.all; };