Unverified Commit 06325240 authored by jopejoe1's avatar jopejoe1 Committed by GitHub
Browse files

certdump: refactor maintainer (#352705)

parents 22f23529 07a33905
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ];
  };
}