diff --git a/pkgs/by-name/ce/certdump/package.nix b/pkgs/by-name/ce/certdump/package.nix index ff712766f025b..8ca524a684fe4 100644 --- a/pkgs/by-name/ce/certdump/package.nix +++ b/pkgs/by-name/ce/certdump/package.nix @@ -34,6 +34,6 @@ buildDotnetModule rec { Cross-Platform tool to dump the signing certificate from a Portable Executable (PE) file. ''; license = lib.licenses.asl20; - maintainers = builtins.attrValues { inherit (lib.maintainers) baloo; }; + maintainers = [ lib.maintainers.baloo ]; }; }