Loading pkgs/by-name/vi/vikunja-desktop/package.nix +2 −2 Original line number Diff line number Diff line Loading @@ -112,10 +112,10 @@ stdenv.mkDerivation (finalAttrs: { ]; }; meta = with lib; { meta = { description = "Desktop App of the Vikunja to-do list app"; homepage = "https://vikunja.io/"; license = licenses.gpl3Plus; license = lib.licenses.gpl3Plus; maintainers = with lib.maintainers; [ kolaente ]; mainProgram = "vikunja-desktop"; inherit (electron.meta) platforms; Loading Loading
pkgs/by-name/vi/vikunja-desktop/package.nix +2 −2 Original line number Diff line number Diff line Loading @@ -112,10 +112,10 @@ stdenv.mkDerivation (finalAttrs: { ]; }; meta = with lib; { meta = { description = "Desktop App of the Vikunja to-do list app"; homepage = "https://vikunja.io/"; license = licenses.gpl3Plus; license = lib.licenses.gpl3Plus; maintainers = with lib.maintainers; [ kolaente ]; mainProgram = "vikunja-desktop"; inherit (electron.meta) platforms; Loading