summary refs log tree commit diff
path: root/.github/CODEOWNERS
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/CODEOWNERS
parentadb8a0a7e1506106d928abc4894ae21b192888c9 (diff)
downloadnixpkgs-24646266bb2b7d513a1d94178e0761a1712b73dd.tar
nixpkgs-24646266bb2b7d513a1d94178e0761a1712b73dd.tar.gz
nixpkgs-24646266bb2b7d513a1d94178e0761a1712b73dd.tar.bz2
nixpkgs-24646266bb2b7d513a1d94178e0761a1712b73dd.tar.lz
nixpkgs-24646266bb2b7d513a1d94178e0761a1712b73dd.tar.xz
nixpkgs-24646266bb2b7d513a1d94178e0761a1712b73dd.tar.zst
nixpkgs-24646266bb2b7d513a1d94178e0761a1712b73dd.zip
Set ownership of CODEOWNERS
Diffstat (limited to '.github/CODEOWNERS')
-rw-r--r--.github/CODEOWNERS3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 734f0d562d0..0f73a5c6536 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