about summary refs log tree commit diff
path: root/pkgs/applications/networking/n8n/default.nix
diff options
context:
space:
mode:
authorK900 <me@0upti.me>2022-03-23 10:19:10 +0300
committerGitHub <noreply@github.com>2022-03-23 08:19:10 +0100
commitddcca2059410bd85e2058e285208763ba215dfe6 (patch)
treeffb60eb5ab7794a5521c76e997e9bb77368d7ce2 /pkgs/applications/networking/n8n/default.nix
parent6adbeb6a0a65e70a51f094993428f3476c5e5629 (diff)
n8n: 0.168.1 → 0.169.0 (#165066)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Diffstat (limited to 'pkgs/applications/networking/n8n/default.nix')
-rw-r--r--pkgs/applications/networking/n8n/default.nix8
1 files changed, 7 insertions, 1 deletions
diff --git a/pkgs/applications/networking/n8n/default.nix b/pkgs/applications/networking/n8n/default.nix
index e7e1be095a204..72b4c7720480d 100644
--- a/pkgs/applications/networking/n8n/default.nix
+++ b/pkgs/applications/networking/n8n/default.nix
@@ -17,6 +17,12 @@ nodePackages.n8n.override {
   meta = with lib; {
     description = "Free and open fair-code licensed node based Workflow Automation Tool";
     maintainers = with maintainers; [ freezeboy k900 ];
-    license = licenses.asl20;
+    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;
+    };
   };
 }