Unverified Commit 652427a9 authored by Fernando Rodrigues's avatar Fernando Rodrigues
Browse files

teams: create the Xen Project Hypervisor Team



Co-authored-by: default avatarFernando Rodrigues <alpha@sigmasquadron.net>
Co-authored-by: default avatarHongbo <hehongbo@mail.com>
Co-authored-by: default avatarRane <rane+nix@junkyard.systems>
Co-authored-by: default avatarYaroslav Bolyukin <iam@lach.pw>
parent cba94260
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -1022,6 +1022,19 @@ with lib.maintainers;
    shortName = "WDZ GmbH";
  };

  xen = {
    members = [
      hehongbo
      lach
      rane
      sigmasquadron
    ];
    scope = "Maintain the Xen Project Hypervisor and the related tooling ecosystem.";
    shortName = "Xen Project Hypervisor";
    enableFeatureFreezePing = true;
    githubTeams = [ "xen-project" ];
  };

  xfce = {
    members = [
      bobby285271