certdump: refactor maintainer (#352705)

This commit is contained in:
Johannes Jöns 2024-10-31 22:06:39 +01:00 committed by GitHub
commit 0632524003
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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