Merge pull request #277084 from viraptor/dd-remove-self
datadog-agent: remove maintainer
This commit is contained in:
commit
98bc78e3a4
@ -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 New Issue
Block a user