Unverified Commit 197cd394 authored by Ethan Carter Edwards's avatar Ethan Carter Edwards
Browse files

vikunja-desktop: remove meta = with lib;

parent c4d431a6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;