datadog-agent: remove maintainer
This commit is contained in:
parent
62dbffc2d7
commit
3f4bf49ec2
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ in buildGoModule rec {
|
|||
'';
|
||||
homepage = "https://www.datadoghq.com";
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ thoughtpolice domenkozar viraptor ];
|
||||
maintainers = with maintainers; [ thoughtpolice domenkozar ];
|
||||
# never built on aarch64-darwin since first introduction in nixpkgs
|
||||
broken = stdenv.isDarwin && stdenv.isAarch64;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue