CODEOWNERS: merge the neovim lines as they are not additive

CODEOWNERS files always take that *last* match for a specific match.
Having two lines for the same path will only ever result in the last
line being used. The intention here was that both of these individuals
are owners of the neovim space and not just one.
This commit is contained in:
Andreas Rammhold 2021-05-24 16:46:33 +02:00
parent ce0cabb49d
commit fb1d3d68db
No known key found for this signature in database
GPG Key ID: E432E410B5E48C86
1 changed files with 1 additions and 2 deletions

3
.github/CODEOWNERS vendored
View File

@ -179,8 +179,7 @@
/pkgs/top-level/emacs-packages.nix @adisbladis
# Neovim
/pkgs/applications/editors/neovim @jonringer
/pkgs/applications/editors/neovim @teto
/pkgs/applications/editors/neovim @jonringer @teto
# VimPlugins
/pkgs/misc/vim-plugins @jonringer @softinio