about summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authorMasum Reza <50095635+JohnRTitor@users.noreply.github.com>2024-06-20 23:21:56 +0530
committerGitHub <noreply@github.com>2024-06-20 23:21:56 +0530
commit1bb6b44718a1586e9b160ccbb6283eb7e02370ea (patch)
tree8f55c4fc403965fa91effeb8989a1ac78c2747d7 /lib
parentffb99d3e85da990d4208d95e21f9442cef4fed95 (diff)
parent4e8412889f48f84fabc79203ffcf1bb49d0522ea (diff)
Merge pull request #313769 from yVieta/zsh-completion
zsh-completions: add licenses
Diffstat (limited to 'lib')
-rw-r--r--lib/licenses.nix14
1 files changed, 10 insertions, 4 deletions
diff --git a/lib/licenses.nix b/lib/licenses.nix
index 4455171e7a4fb..64d9825ab198f 100644
--- a/lib/licenses.nix
+++ b/lib/licenses.nix
@@ -1278,11 +1278,21 @@ in mkLicense lset) ({
     fullName = "xinetd License";
   };
 
+  xskat = {
+    spdxId = "XSkat";
+    fullName = "XSkat License";
+  };
+
   zlib = {
     spdxId = "Zlib";
     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";
@@ -1293,10 +1303,6 @@ in mkLicense lset) ({
     fullName = "Zope Public License 2.1";
   };
 
-  xskat = {
-    spdxId = "XSkat";
-    fullName = "XSkat License";
-  };
 } // {
   # TODO: remove legacy aliases
   apsl10 = {