summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2017-09-07 12:19:54 +0200
committerEelco Dolstra <edolstra@gmail.com>2017-09-07 12:19:54 +0200
commit24646266bb2b7d513a1d94178e0761a1712b73dd (patch)
tree946c020a0083abb8bf10a7650f1d8871c92f811e /.github
parentadb8a0a7e1506106d928abc4894ae21b192888c9 (diff)
downloadnixlib-24646266bb2b7d513a1d94178e0761a1712b73dd.tar
nixlib-24646266bb2b7d513a1d94178e0761a1712b73dd.tar.gz
nixlib-24646266bb2b7d513a1d94178e0761a1712b73dd.tar.bz2
nixlib-24646266bb2b7d513a1d94178e0761a1712b73dd.tar.lz
nixlib-24646266bb2b7d513a1d94178e0761a1712b73dd.tar.xz
nixlib-24646266bb2b7d513a1d94178e0761a1712b73dd.tar.zst
nixlib-24646266bb2b7d513a1d94178e0761a1712b73dd.zip
Set ownership of CODEOWNERS
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 734f0d562d0f..0f73a5c65361 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -7,6 +7,9 @@
 # For documentation on this file, see https://help.github.com/articles/about-codeowners/
 # Mentioned users will get code review requests.
 
+# This file
+.github/CODEOWNERS @edolstra
+
 # Boostraping and core infra
 pkgs/stdenv/    @edolstra
 pkgs/build-support/cc-wrapper/  @edolstra