zsh-completions: add licenses

This commit is contained in:
vieta 2024-05-23 22:10:16 +02:00 committed by vieta
parent 15718cc856
commit 4e8412889f

View File

@ -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 ];
};