Commit 22099746 authored by Julian Stecklina's avatar Julian Stecklina
Browse files

lib.teams: form ctrl-os team

While both @cyberus and @ctrl-os are Cyberus Technology employees, we
have a different enough focus to warrant splitting us up into separate
teams.
parent 5f1ad474
Loading
Loading
Loading
Loading
+12 −1
Original line number Diff line number Diff line
@@ -226,6 +226,18 @@ with lib.maintainers;
    shortName = "Cosmopolitan";
  };

  ctrl-os = {
    # Existing members may approve additions.
    members = [
      blitz
      messemar
      flyfloh
    ];

    scope = "Team of Cyberus Technology employees that maintain packages relevant to CTRL-OS";
    shortName = "CTRL-OS";
  };

  cuda = {
    github = "cuda-maintainers";
  };
@@ -234,7 +246,6 @@ with lib.maintainers;
    # Verify additions by approval of an already existing member of the team.
    members = [
      xanderio
      blitz
      snu
      e1mo
    ];