Fix license

This commit is contained in:
kolaente 2021-05-06 16:31:33 +02:00
parent 3542a72f76
commit f8bfec63d6
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

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