Commit 9cb0b28b authored by jopejoe1's avatar jopejoe1
Browse files

zsh: license is mit-modern

parent 94e47b1f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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