Unverified Commit 47023a96 authored by PerchunPak's avatar PerchunPak
Browse files

maintainers/teams: explicitly specify a list of members

parent 072543fd
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";