teams/mercury: drop

This commit is contained in:
Wolfgang Walther
2026-01-18 15:12:20 +01:00
parent 027202c37d
commit 97fe4a07cb
5 changed files with 17 additions and 17 deletions
-12
View File
@@ -670,18 +670,6 @@ with lib.maintainers;
shortName = "Matrix";
};
mercury = {
members = [
_9999years
Gabriella439
curran
lf-
jkachmar
];
scope = "Group registry for packages maintained by Mercury";
shortName = "Mercury Employees";
};
minimal-bootstrap = {
members = [
alejandrosame
@@ -52,6 +52,9 @@ buildGoModule (finalAttrs: {
description = "Tail-sampling proxy for OpenTelemetry";
mainProgram = "refinery";
license = lib.licenses.asl20;
teams = [ lib.teams.mercury ];
maintainers = with lib.maintainers; [
jkachmar
lf-
];
};
})
+4 -1
View File
@@ -55,7 +55,10 @@ buildGoModule (finalAttrs: {
homepage = "https://github.com/grafana/pyroscope";
changelog = "https://github.com/grafana/pyroscope/blob/${finalAttrs.src.rev}/CHANGELOG.md";
license = lib.licenses.agpl3Only;
teams = [ lib.teams.mercury ];
maintainers = with lib.maintainers; [
jkachmar
lf-
];
mainProgram = "pyroscope";
};
})
+3 -1
View File
@@ -69,7 +69,9 @@ buildGoModule (finalAttrs: {
homepage = "https://www.github.com/temporalio/tcld";
changelog = "https://github.com/temporalio/tcld/releases/tag/v${finalAttrs.version}";
license = lib.licenses.mit;
teams = [ lib.teams.mercury ];
maintainers = with lib.maintainers; [
jkachmar
];
mainProgram = "tcld";
};
})
+6 -2
View File
@@ -33,7 +33,11 @@ let
}) temporary;
in
temporary-incremental-build.overrideAttrs (old: {
meta = {
teams = [ lib.teams.mercury ];
meta = old.meta // {
maintainers = old.meta.maintainers or [ ] ++ [
lib.maintainers._9999years
lib.maintainers.Gabriella439
lib.maintainers.lf-
];
};
})