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.
gstqt5
Profpatsch 2018-03-23 11:57:59 +01:00 committed by Nicolas B. Pierron
parent b5b77a6886
commit 99f2b33519
1 changed files with 1 additions and 0 deletions

1
.github/CODEOWNERS vendored
View File

@ -13,6 +13,7 @@
# Libraries
/lib @edolstra @nbp
/lib/systems @nbp @ericson2314
/lib/generators.nix @edolstra @nbp @Profpatsch
# Nixpkgs Internals
/default.nix @nbp