lib/licenses: correct zsh to mit-modern

This commit is contained in:
jopejoe1 2024-08-11 14:57:32 +02:00
parent c178b444fa
commit 0984590b4e
2 changed files with 7 additions and 6 deletions

View File

@ -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";

View File

@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
bsd3
isc
mit
zsh
mit-modern
];
platforms = lib.platforms.unix;
maintainers = [ lib.maintainers.olejorgenb ];