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; };