datadog-agent: Remove self from meta.maintainers

I no longer use this package and am unable to help maintain it.
This commit is contained in:
Rodney Lorrimar 2023-12-09 17:54:03 +08:00
parent 2c7f3c0fb7
commit d353adfc06
No known key found for this signature in database
GPG Key ID: D8B75C95FB4D1143
2 changed files with 2 additions and 2 deletions

View File

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

View File

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