zsh-completions: add licenses

This commit is contained in:
vieta
2024-05-24 18:41:15 +02:00
committed by vieta
parent 15718cc856
commit 4e8412889f
+7 -2
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 ];
};