about summary refs log tree commit diff
path: root/pkgs/applications/networking/n8n
diff options
context:
space:
mode:
authorHugh O'Brien <github@hughobrien.ie>2023-06-25 03:07:49 -0400
committerGitHub <noreply@github.com>2023-06-25 07:07:49 +0000
commit636db898ebbb8856320fe6d2472d79e18f88d5c7 (patch)
tree53855081f17464168cdb4e67df53e63db4f83fde /pkgs/applications/networking/n8n
parent307e5e304c4e8d55219d3a6a1e854b6c277a5104 (diff)
downloadnixlib-636db898ebbb8856320fe6d2472d79e18f88d5c7.tar
nixlib-636db898ebbb8856320fe6d2472d79e18f88d5c7.tar.gz
nixlib-636db898ebbb8856320fe6d2472d79e18f88d5c7.tar.bz2
nixlib-636db898ebbb8856320fe6d2472d79e18f88d5c7.tar.lz
nixlib-636db898ebbb8856320fe6d2472d79e18f88d5c7.tar.xz
nixlib-636db898ebbb8856320fe6d2472d79e18f88d5c7.tar.zst
nixlib-636db898ebbb8856320fe6d2472d79e18f88d5c7.zip
lib.licenses: add Sustainable Use License (#239455)
Diffstat (limited to 'pkgs/applications/networking/n8n')
-rw-r--r--pkgs/applications/networking/n8n/default.nix8
1 files changed, 1 insertions, 7 deletions
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;
   };
 }