mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 03:14:03 +00:00
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:
parent
2c7f3c0fb7
commit
d353adfc06
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user