datadog-agent: remove maintainer

This commit is contained in:
Stanisław Pitucha 2023-12-27 22:15:52 +11:00
parent 62dbffc2d7
commit 3f4bf49ec2

View file

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