e-imzo: change maintainership to a team (#433705)

This commit is contained in:
Wolfgang Walther
2025-08-14 16:55:42 +00:00
committed by GitHub
4 changed files with 24 additions and 2 deletions
+12
View File
@@ -2737,6 +2737,12 @@
githubId = 31864305;
name = "William Hai";
};
bahrom04 = {
name = "Baxrom Raxmatov";
email = "magdiyevbahrom@gmail.com";
github = "bahrom04";
githubId = 116780481;
};
baileylu = {
name = "Luke Bailey";
email = "baileylu@tcd.ie";
@@ -3034,6 +3040,12 @@
githubId = 32039602;
keys = [ { fingerprint = "2B46 58FF 887A 8366 F88B BE92 CF83 0BB3 B973 9A6A"; } ];
};
bemeritus = {
name = "Shohrux Rasulov";
email = "bemerituss@gmail.com";
github = "bemeritus";
githubId = 175357618;
};
ben9986 = {
name = "Ben Carmichael";
email = "ben9986.unvmn@passinbox.com";
+10
View File
@@ -1252,6 +1252,16 @@ with lib.maintainers;
shortName = "coqui-ai TTS";
};
uzinfocom = {
members = [
orzklv
bahrom04
bemeritus
];
scope = "Maintain Uzbek Linux state & community packages and modules.";
shortName = "Uzinfocom Open Source";
};
windows = {
members = [
RossSmyth
+1 -1
View File
@@ -46,5 +46,5 @@ in
};
};
meta.maintainers = with lib.maintainers; [ orzklv ];
meta.maintainers = lib.teams.uzinfocom.members;
}
+1 -1
View File
@@ -49,6 +49,6 @@ stdenvNoCC.mkDerivation (finalAttrs: {
homepage = "https://e-imzo.soliq.uz";
license = lib.licenses.unfree;
sourceProvenance = with lib.sourceTypes; [ binaryBytecode ];
maintainers = with lib.maintainers; [ orzklv ];
teams = [ lib.teams.uzinfocom ];
};
})