Commit 4e841288 authored by vieta's avatar vieta Committed by vieta
Browse files

zsh-completions: add licenses

parent 15718cc8
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
@@ -22,8 +22,13 @@ stdenv.mkDerivation rec {
  meta = {
    description = "Additional completion definitions for zsh";
    homepage = "https://github.com/zsh-users/zsh-completions";
    license = lib.licenses.free;

    license = with lib.licenses; [
      asl20
      bsd3
      isc
      mit
      zsh
    ];
    platforms = lib.platforms.unix;
    maintainers = [ lib.maintainers.olejorgenb ];
  };