From 47023a96abb1d54142986b24daa061070a1116da Mon Sep 17 00:00:00 2001 From: PerchunPak Date: Fri, 28 Feb 2025 13:53:52 +0100 Subject: [PATCH] maintainers/teams: explicitly specify a list of members --- maintainers/team-list.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/maintainers/team-list.nix b/maintainers/team-list.nix index f5e3514a10e5..0e010b356d59 100644 --- a/maintainers/team-list.nix +++ b/maintainers/team-list.nix @@ -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";