From 24646266bb2b7d513a1d94178e0761a1712b73dd Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 7 Sep 2017 12:19:54 +0200 Subject: [PATCH] Set ownership of CODEOWNERS --- .github/CODEOWNERS | 3 +++ 1 file changed, 3 insertions(+) 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