maintainers: remove emattiza (#518113)

This commit is contained in:
Marcin Serwin
2026-05-08 16:30:42 +00:00
committed by GitHub
3 changed files with 2 additions and 10 deletions
-6
View File
@@ -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";
+1 -3
View File
@@ -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 = [ ];
};
}