Unverified Commit 6386f3bc authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

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

parents 42dd0d0d f20a6e88
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -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 −0
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -46,5 +46,5 @@ in
    };
  };

  meta.maintainers = with lib.maintainers; [ orzklv ];
  meta.maintainers = lib.teams.uzinfocom.members;
}
+1 −1
Original line number Diff line number Diff line
@@ -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 ];
  };
})