summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authorAndreas Rammhold <andreas@rammhold.de>2021-05-24 20:30:59 +0200
committerGitHub <noreply@github.com>2021-05-24 20:30:59 +0200
commit7a47055a0f00b224e9fc4d555834b2dea66dcfa8 (patch)
tree668f03dba13b0c8c93dd410ec80a2fb043108e88 /.github
parentf0fa05742058fef85c49e132c2851940915698ef (diff)
parentfb1d3d68dba7d12e5e047cfaac9dfb3f3eeb57e2 (diff)
downloadnixpkgs-7a47055a0f00b224e9fc4d555834b2dea66dcfa8.tar
nixpkgs-7a47055a0f00b224e9fc4d555834b2dea66dcfa8.tar.gz
nixpkgs-7a47055a0f00b224e9fc4d555834b2dea66dcfa8.tar.bz2
nixpkgs-7a47055a0f00b224e9fc4d555834b2dea66dcfa8.tar.lz
nixpkgs-7a47055a0f00b224e9fc4d555834b2dea66dcfa8.tar.xz
nixpkgs-7a47055a0f00b224e9fc4d555834b2dea66dcfa8.tar.zst
nixpkgs-7a47055a0f00b224e9fc4d555834b2dea66dcfa8.zip
Merge pull request #124266 from andir/codeowners
CODEOWNERS: merge the neovim lines as they are not additive
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index e15e9e67eda..d7c01b8986b 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -180,8 +180,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