Unverified Commit 2fa3e442 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

maintainers/teams: explicitly specify a list of members (#385792)

parents 5632647c 47023a96
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -831,7 +831,12 @@ with lib.maintainers;
  };

  neovim = {
    members = [ ];
    members = [
      GaetanLepage
      khaneliman
      mrcjkb
      perchun
    ];
    githubTeams = [ "neovim" ];
    scope = "Maintain the vim and neovim text editors and related packages.";
    shortName = "Vim/Neovim";