This commit is contained in:
kolaente 2021-05-06 12:49:44 +02:00
parent d55416563e
commit 3542a72f76
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ let
doDist = false;
};
in stdenv.mkDerivation {
pname = "vikunja-desktop";
pname = "vikunja-frontend";
inherit version src;
nativeBuildInputs = [ frontend-modules yarn ];
@ -46,7 +46,7 @@ in stdenv.mkDerivation {
};
meta = {
description = "Desktop version of the Vikunja to-do list app";
description = "Frontend of the Vikunja to-do list app";
homepage = "https://vikunja.io/";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ kolaente ];