teams/iog: drop
This commit is contained in:
@@ -499,14 +499,6 @@ with lib.maintainers;
|
||||
shortName = "Infisical";
|
||||
};
|
||||
|
||||
iog = {
|
||||
members = [
|
||||
cleverca22
|
||||
];
|
||||
scope = "Input-Output Global employees, which maintain critical software";
|
||||
shortName = "Input-Output Global employees";
|
||||
};
|
||||
|
||||
java = {
|
||||
github = "java";
|
||||
enableFeatureFreezePing = true;
|
||||
|
||||
@@ -20,6 +20,5 @@ rustPlatform.buildRustPackage rec {
|
||||
mainProgram = "book-summary";
|
||||
homepage = "https://github.com/dvogt23/book-summary";
|
||||
license = lib.licenses.mit;
|
||||
teams = with lib.teams; [ iog ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -21,7 +21,6 @@ buildGoModule {
|
||||
homepage = "https://github.com/hashicorp/damon";
|
||||
license = lib.licenses.mpl20;
|
||||
description = "Terminal UI (TUI) for HashiCorp Nomad";
|
||||
teams = [ lib.teams.iog ];
|
||||
mainProgram = "damon";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user