Skip to content

Commit

Permalink
certdump: refactor maintainer (#352705)
Browse files Browse the repository at this point in the history
  • Loading branch information
jopejoe1 authored Oct 31, 2024
2 parents 22f2352 + 07a3390 commit 0632524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/by-name/ce/certdump/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
};
}

0 comments on commit 0632524

Please sign in to comment.