zsh-completions: add licenses
This commit is contained in:
parent
15718cc856
commit
4e8412889f
@ -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 ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user