maintainers/teams: vim -> neovim (#367471)

authored by Gaétan Lepage and committed by GitHub 0a4b89ad 8de37713

+8 -14
+7 -10
maintainers/team-list.nix
··· 803 enableFeatureFreezePing = true; 804 }; 805 806 ngi = { 807 members = [ 808 eljamm ··· 1087 members = [ mic92 ]; 1088 scope = "coqui-ai TTS (formerly Mozilla TTS) and leaf packages"; 1089 shortName = "coqui-ai TTS"; 1090 - }; 1091 - 1092 - vim = { 1093 - members = [ 1094 - figsoda 1095 - softinio 1096 - teto 1097 - ]; 1098 - scope = "Maintain the vim and neovim text editors and related packages."; 1099 - shortName = "Vim/Neovim"; 1100 }; 1101 1102 wdz = {
··· 803 enableFeatureFreezePing = true; 804 }; 805 806 + neovim = { 807 + members = [ ]; 808 + githubTeams = [ "neovim" ]; 809 + scope = "Maintain the vim and neovim text editors and related packages."; 810 + shortName = "Vim/Neovim"; 811 + }; 812 + 813 ngi = { 814 members = [ 815 eljamm ··· 1094 members = [ mic92 ]; 1095 scope = "coqui-ai TTS (formerly Mozilla TTS) and leaf packages"; 1096 shortName = "coqui-ai TTS"; 1097 }; 1098 1099 wdz = {
+1 -4
pkgs/by-name/ne/neovim-unwrapped/package.nix
··· 265 asl20 266 vim 267 ]; 268 - maintainers = with lib.maintainers; [ 269 - manveru 270 - rvolosatovs 271 - ]; 272 platforms = lib.platforms.unix; 273 }; 274 }
··· 265 asl20 266 vim 267 ]; 268 + maintainers = lib.teams.neovim.members; 269 platforms = lib.platforms.unix; 270 }; 271 }