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

View File

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