maintainers/teams: explicitly specify a list of members (#385792)
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user