aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2018-03-23 11:57:59 +0100
committerNicolas B. Pierron <nicolas.b.pierron@gmail.com>2018-03-24 13:35:41 +0000
commit99f2b33519e4e02f155f182f0a99183b262d931b (patch)
tree0cbdaeac97f523b801005a6dfab6ac3c54b17c79 /.github
parentb5b77a688683441a36edf18df2278fba160e17e0 (diff)
CODEOWNERS: Add Profpatsch to /lib/generators.nix
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.
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS1
1 files changed, 1 insertions, 0 deletions
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