mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
certdump: refactor maintainer (#352705)
This commit is contained in:
commit
0632524003
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user