Merge pull request #273103 from rvl/datadog-maintainers

datadog-agent: Remove self from maintainers
This commit is contained in:
Weijia Wang
2023-12-09 12:25:31 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
@@ -118,7 +118,7 @@ in buildGoModule rec {
'';
homepage = "https://www.datadoghq.com";
license = licenses.bsd3;
maintainers = with maintainers; [ thoughtpolice domenkozar rvl viraptor ];
maintainers = with maintainers; [ thoughtpolice domenkozar viraptor ];
# never built on aarch64-darwin since first introduction in nixpkgs
broken = stdenv.isDarwin && stdenv.isAarch64;
};
@@ -4,7 +4,7 @@ datadog-agent.overrideAttrs (attrs: {
meta = with lib;
attrs.meta // {
description = "Live process collector for the DataDog Agent v7";
maintainers = with maintainers; [ domenkozar rvl ];
maintainers = with maintainers; [ domenkozar ];
};
subPackages = [ "cmd/process-agent" ];
postInstall = null;