Merge pull request #277084 from viraptor/dd-remove-self

datadog-agent: remove maintainer
This commit is contained in:
Stanisław Pitucha 2023-12-27 22:18:00 +11:00 committed by GitHub
commit 98bc78e3a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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