about summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authorjopejoe12024-08-11 14:57:32 +0200
committerjopejoe12024-08-11 17:44:58 +0200
commit0984590b4ebc9a7af88df52ed80fe755fbe86544 (patch)
tree0bccb09da46ff4e0fcde1cadb30a51fc58d84868 /lib
parentc178b444fa707858f14c2eb48a9157e8b515b2d4 (diff)
lib/licenses: correct zsh to mit-modern
Diffstat (limited to 'lib')
-rw-r--r--lib/licenses.nix11
1 files changed, 6 insertions, 5 deletions
diff --git a/lib/licenses.nix b/lib/licenses.nix
index dcadaa7216dc..9f7297303074 100644
--- a/lib/licenses.nix
+++ b/lib/licenses.nix
@@ -879,6 +879,12 @@ lib.mapAttrs mkLicense ({
     fullName = "feh License";
   };
 
+  mit-modern = {
+    # Also known as Zsh license
+    spdxId = "MIT-Modern-Variant";
+    fullName = "MIT License Modern Variant";
+  };
+
   mitAdvertising = {
     spdxId = "MIT-advertising";
     fullName = "Enlightenment License (e16)";
@@ -1311,11 +1317,6 @@ lib.mapAttrs mkLicense ({
     fullName = "zlib License";
   };
 
-  zsh = {
-    url = "https://github.com/zsh-users/zsh/blob/master/LICENCE";
-    fullName = "Zsh License";
-  };
-
   zpl20 = {
     spdxId = "ZPL-2.0";
     fullName = "Zope Public License 2.0";