mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
maintainers/teams: vim -> neovim (#367471)
This commit is contained in:
commit
0a4b89adfe
2 changed files with 8 additions and 14 deletions
|
@ -803,6 +803,13 @@ with lib.maintainers;
|
||||||
enableFeatureFreezePing = true;
|
enableFeatureFreezePing = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
neovim = {
|
||||||
|
members = [ ];
|
||||||
|
githubTeams = [ "neovim" ];
|
||||||
|
scope = "Maintain the vim and neovim text editors and related packages.";
|
||||||
|
shortName = "Vim/Neovim";
|
||||||
|
};
|
||||||
|
|
||||||
ngi = {
|
ngi = {
|
||||||
members = [
|
members = [
|
||||||
eljamm
|
eljamm
|
||||||
|
@ -1089,16 +1096,6 @@ with lib.maintainers;
|
||||||
shortName = "coqui-ai TTS";
|
shortName = "coqui-ai TTS";
|
||||||
};
|
};
|
||||||
|
|
||||||
vim = {
|
|
||||||
members = [
|
|
||||||
figsoda
|
|
||||||
softinio
|
|
||||||
teto
|
|
||||||
];
|
|
||||||
scope = "Maintain the vim and neovim text editors and related packages.";
|
|
||||||
shortName = "Vim/Neovim";
|
|
||||||
};
|
|
||||||
|
|
||||||
wdz = {
|
wdz = {
|
||||||
members = [
|
members = [
|
||||||
n0emis
|
n0emis
|
||||||
|
|
|
@ -265,10 +265,7 @@ stdenv.mkDerivation (
|
||||||
asl20
|
asl20
|
||||||
vim
|
vim
|
||||||
];
|
];
|
||||||
maintainers = with lib.maintainers; [
|
maintainers = lib.teams.neovim.members;
|
||||||
manveru
|
|
||||||
rvolosatovs
|
|
||||||
];
|
|
||||||
platforms = lib.platforms.unix;
|
platforms = lib.platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue