summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authorAndreas Rammhold <andreas@rammhold.de>2021-05-24 16:46:33 +0200
committerAndreas Rammhold <andreas@rammhold.de>2021-05-24 16:46:33 +0200
commitfb1d3d68dba7d12e5e047cfaac9dfb3f3eeb57e2 (patch)
treedc643e9beeca3cf75f89035b3010614c859bb7b3 /.github
parentce0cabb49d5bd4f4afca3ec040888f3bd65bb42a (diff)
downloadnixpkgs-fb1d3d68dba7d12e5e047cfaac9dfb3f3eeb57e2.tar
nixpkgs-fb1d3d68dba7d12e5e047cfaac9dfb3f3eeb57e2.tar.gz
nixpkgs-fb1d3d68dba7d12e5e047cfaac9dfb3f3eeb57e2.tar.bz2
nixpkgs-fb1d3d68dba7d12e5e047cfaac9dfb3f3eeb57e2.tar.lz
nixpkgs-fb1d3d68dba7d12e5e047cfaac9dfb3f3eeb57e2.tar.xz
nixpkgs-fb1d3d68dba7d12e5e047cfaac9dfb3f3eeb57e2.tar.zst
nixpkgs-fb1d3d68dba7d12e5e047cfaac9dfb3f3eeb57e2.zip
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.
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 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