vikunja-desktop: remove meta = with lib;

Signed-off-by: Ethan Carter Edwards <ethan@ethancedwards.com>
This commit is contained in:
Ethan Carter Edwards
2026-02-05 16:00:49 -05:00
parent c4d431a697
commit 197cd394b8
+2 -2
View File
@@ -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;