From 99f2b33519e4e02f155f182f0a99183b262d931b Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Fri, 23 Mar 2018 11:57:59 +0100 Subject: [PATCH] CODEOWNERS: Add Profpatsch to /lib/generators.nix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I’d like to be notified of changes so I can ensure the API always follows the same patterns. Later (more specific) files replace more general codeowners [according to the documentation](https://help.github.com/articles/about-codeowners/), so I also listed `edolstra` and `nbp` again. --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index dde31a2c0c0..01a24d64988 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -13,6 +13,7 @@ # Libraries /lib @edolstra @nbp /lib/systems @nbp @ericson2314 +/lib/generators.nix @edolstra @nbp @Profpatsch # Nixpkgs Internals /default.nix @nbp