zsh: license is mit-modern

This commit is contained in:
jopejoe1
2025-09-29 20:51:56 +02:00
parent 94e47b1f22
commit 9cb0b28b9b
+1 -1
View File
@@ -182,7 +182,7 @@ stdenv.mkDerivation {
completion, shell functions (with autoloading), a history mechanism, and
a host of other features.
'';
license = "MIT-like";
license = lib.licenses.mit-modern;
homepage = "https://www.zsh.org/";
maintainers = with lib.maintainers; [
pSub