about summary refs log tree commit diff
path: root/lib/licenses.nix
diff options
context:
space:
mode:
authorvieta <topologicrose@protonmail.com>2024-05-23 22:08:28 +0200
committervieta <tng@bode.bio>2024-05-24 18:41:15 +0200
commit15718cc856f7f856cf16dcfcc6c356475760ea4c (patch)
tree51a990f28372ed172480c60a12e445cff3c05477 /lib/licenses.nix
parent29f441773047e39e77d0b17ace887e0f3284ea33 (diff)
lib/license: add zsh license
Diffstat (limited to 'lib/licenses.nix')
-rw-r--r--lib/licenses.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/licenses.nix b/lib/licenses.nix
index 77a191e8cad3d..16efe6a0d0be5 100644
--- a/lib/licenses.nix
+++ b/lib/licenses.nix
@@ -1271,6 +1271,11 @@ in mkLicense lset) ({
     fullName = "zlib License";
   };
 
+  zsh = {
+    url = "https://github.com/zsh-users/zsh/blob/master/LICENCE";
+    fulllName = "Zsh License";
+  };
+
   zpl20 = {
     spdxId = "ZPL-2.0";
     fullName = "Zope Public License 2.0";