about summary refs log tree commit diff
path: root/.github/CODEOWNERS
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/CODEOWNERS
parentce0cabb49d5bd4f4afca3ec040888f3bd65bb42a (diff)
downloadnixlib-fb1d3d68dba7d12e5e047cfaac9dfb3f3eeb57e2.tar
nixlib-fb1d3d68dba7d12e5e047cfaac9dfb3f3eeb57e2.tar.gz
nixlib-fb1d3d68dba7d12e5e047cfaac9dfb3f3eeb57e2.tar.bz2
nixlib-fb1d3d68dba7d12e5e047cfaac9dfb3f3eeb57e2.tar.lz
nixlib-fb1d3d68dba7d12e5e047cfaac9dfb3f3eeb57e2.tar.xz
nixlib-fb1d3d68dba7d12e5e047cfaac9dfb3f3eeb57e2.tar.zst
nixlib-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/CODEOWNERS')
-rw-r--r--.github/CODEOWNERS3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 256abac7b413..a5afb86e6fd7 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