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

This commit is contained in:
Gaétan Lepage
2025-03-02 14:04:32 +01:00
committed by GitHub
+6 -1
View File
@@ -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";