teams/iog: drop

This commit is contained in:
Wolfgang Walther
2026-01-10 22:16:34 +01:00
parent 64c2a338d1
commit 01b4dafd08
3 changed files with 0 additions and 10 deletions
-8
View File
@@ -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;
-1
View File
@@ -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 ];
};
}
-1
View File
@@ -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";
};
}