Skip to content

Commit

Permalink
n8n: remove with lib;
Browse files Browse the repository at this point in the history
  • Loading branch information
gepbird committed Oct 20, 2024
1 parent 6c17797 commit 312e577
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/by-name/n8/n8n/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -89,19 +89,19 @@ stdenv.mkDerivation (finalAttrs: {

dontStrip = true;

meta = with lib; {
meta = {
description = "Free and source-available fair-code licensed workflow automation tool";
longDescription = ''
Free and source-available fair-code licensed workflow automation tool.
Easily automate tasks across different services.
'';
homepage = "https://n8n.io";
changelog = "https://github.com/n8n-io/n8n/releases/tag/${finalAttrs.src.rev}";
maintainers = with maintainers; [
maintainers = with lib.maintainers; [
gepbird
];
license = licenses.sustainableUse;
license = lib.licenses.sustainableUse;
mainProgram = "n8n";
platforms = platforms.unix;
platforms = lib.platforms.unix;
};
})

0 comments on commit 312e577

Please sign in to comment.