From fb1d3d68dba7d12e5e047cfaac9dfb3f3eeb57e2 Mon Sep 17 00:00:00 2001 From: Andreas Rammhold Date: Mon, 24 May 2021 16:46:33 +0200 Subject: 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. --- .github/CODEOWNERS | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.github') diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 256abac7b41..a5afb86e6fd 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -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 -- cgit 1.4.1