teams/bitnomial: handle team with external membership (#478784)
This commit is contained in:
@@ -86,16 +86,6 @@ with lib.maintainers;
|
||||
enableFeatureFreezePing = true;
|
||||
};
|
||||
|
||||
bitnomial = {
|
||||
# Verify additions to this team with at least one already existing member of the team.
|
||||
members = [
|
||||
cdepillabout
|
||||
wraithm
|
||||
];
|
||||
scope = "Group registration for packages maintained by Bitnomial.";
|
||||
shortName = "Bitnomial employees";
|
||||
};
|
||||
|
||||
blockchains = {
|
||||
members = [
|
||||
mmahut
|
||||
|
||||
@@ -65,8 +65,11 @@ buildGoModule (finalAttrs: {
|
||||
description = "Debian repository management tool";
|
||||
license = lib.licenses.mit;
|
||||
changelog = "https://github.com/aptly-dev/aptly/releases/tag/v${finalAttrs.version}";
|
||||
maintainers = [ lib.maintainers.montag451 ];
|
||||
teams = [ lib.teams.bitnomial ];
|
||||
maintainers = with lib.maintainers; [
|
||||
cdepillabout
|
||||
montag451
|
||||
wraithm
|
||||
];
|
||||
mainProgram = "aptly";
|
||||
};
|
||||
})
|
||||
|
||||
@@ -32,7 +32,10 @@ buildGoModule rec {
|
||||
description = "Grafana Dash-n-Grab (gdg) -- backup and restore Grafana dashboards, datasources, and other entities";
|
||||
license = lib.licenses.bsd3;
|
||||
homepage = "https://github.com/esnet/gdg";
|
||||
teams = [ lib.teams.bitnomial ];
|
||||
maintainers = with lib.maintainers; [
|
||||
cdepillabout
|
||||
wraithm
|
||||
];
|
||||
mainProgram = "gdg";
|
||||
changelog = "https://github.com/esnet/gdg/releases/tag/v${version}";
|
||||
};
|
||||
|
||||
@@ -51,7 +51,10 @@ python3Packages.buildPythonApplication rec {
|
||||
homepage = "https://github.com/idoavrah/terraform-tui";
|
||||
changelog = "https://github.com/idoavrah/terraform-tui/releases/tag/v${version}";
|
||||
license = lib.licenses.asl20;
|
||||
teams = [ lib.teams.bitnomial ];
|
||||
maintainers = with lib.maintainers; [
|
||||
cdepillabout
|
||||
wraithm
|
||||
];
|
||||
mainProgram = "tftui";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user