maintainers: remove emattiza (#518113)
This commit is contained in:
@@ -7977,12 +7977,6 @@
|
||||
github = "EmanuelM153";
|
||||
githubId = 134736553;
|
||||
};
|
||||
emattiza = {
|
||||
email = "nix@mattiza.dev";
|
||||
github = "emattiza";
|
||||
githubId = 11719476;
|
||||
name = "Evan Mattiza";
|
||||
};
|
||||
embr = {
|
||||
email = "hi@liclac.eu";
|
||||
github = "liclac";
|
||||
|
||||
@@ -43,9 +43,7 @@ buildGoModule (finalAttrs: {
|
||||
description = "Command-line tool for sending OpenTelemetry traces";
|
||||
changelog = "https://github.com/equinix-labs/otel-cli/releases/tag/v${finalAttrs.version}";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [
|
||||
emattiza
|
||||
];
|
||||
maintainers = [ ];
|
||||
mainProgram = "otel-cli";
|
||||
};
|
||||
})
|
||||
|
||||
@@ -35,6 +35,6 @@ buildPythonPackage rec {
|
||||
homepage = "https://github.com/rustedpy/result";
|
||||
changelog = "https://github.com/rustedpy/result/blob/v${version}/CHANGELOG.md";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ emattiza ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user