0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

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

This commit is contained in:
Gaétan Lepage 2024-12-24 03:00:54 +01:00 committed by GitHub
commit 0a4b89adfe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 14 deletions

View file

@ -803,6 +803,13 @@ with lib.maintainers;
enableFeatureFreezePing = true;
};
neovim = {
members = [ ];
githubTeams = [ "neovim" ];
scope = "Maintain the vim and neovim text editors and related packages.";
shortName = "Vim/Neovim";
};
ngi = {
members = [
eljamm
@ -1089,16 +1096,6 @@ with lib.maintainers;
shortName = "coqui-ai TTS";
};
vim = {
members = [
figsoda
softinio
teto
];
scope = "Maintain the vim and neovim text editors and related packages.";
shortName = "Vim/Neovim";
};
wdz = {
members = [
n0emis

View file

@ -265,10 +265,7 @@ stdenv.mkDerivation (
asl20
vim
];
maintainers = with lib.maintainers; [
manveru
rvolosatovs
];
maintainers = lib.teams.neovim.members;
platforms = lib.platforms.unix;
};
}