From 636db898ebbb8856320fe6d2472d79e18f88d5c7 Mon Sep 17 00:00:00 2001 From: Hugh O'Brien Date: Sun, 25 Jun 2023 03:07:49 -0400 Subject: lib.licenses: add Sustainable Use License (#239455) --- pkgs/applications/networking/n8n/default.nix | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'pkgs/applications/networking/n8n') diff --git a/pkgs/applications/networking/n8n/default.nix b/pkgs/applications/networking/n8n/default.nix index e77bd7963b85..26c7d17ff9e1 100644 --- a/pkgs/applications/networking/n8n/default.nix +++ b/pkgs/applications/networking/n8n/default.nix @@ -38,12 +38,6 @@ nodePackages.n8n.override { meta = with lib; { description = "Free and source-available fair-code licensed workflow automation tool. Easily automate tasks across different services."; maintainers = with maintainers; [ freezeboy k900 ]; - license = { - fullName = "Sustainable Use License"; - url = "https://github.com/n8n-io/n8n/blob/master/LICENSE.md"; - free = false; - # only free to redistribute "for non-commercial purposes" - redistributable = false; - }; + license = licenses.sustainableUse; }; } -- cgit 1.4.1