mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 04:04:06 +01:00
teams/bitnomial: drop
This commit is contained in:
parent
5ec7af3953
commit
2de31ed877
4 changed files with 13 additions and 14 deletions
|
|
@ -96,16 +96,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";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue