aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2017-09-07 01:10:48 +0200
committerProfpatsch <mail@profpatsch.de>2017-09-07 04:29:55 +0200
commit6afa844d31bcf118b512def81a5478f6ea937c21 (patch)
tree72e8cac941ab79dfe358e84e095fe07101ef476c /.github
parente6c40a4dee91a54f5e56085a301b9a87deb2efa5 (diff)
CODEOWNERS: add Profpatsch to various paths
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS17
1 files changed, 14 insertions, 3 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index d77f064ed55..2341577476d 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -7,15 +7,26 @@
# For documentation on this file, see https://help.github.com/articles/about-codeowners/
# Mentioned users will get code review requests.
+# Boostraping and core infra
+pkgs/stdenv/ @Ericson2314
+pkgs/build-support/cc-wrapper/ @Ericson2314
+
+# Libraries
+lib/ @Profpatsch
+
+# Build-Support
+pkgs/build-support @Profpatsch
+
# Python-related code and docs
pkgs/top-level/python-packages.nix @FRidh
pkgs/development/interpreters/python/* @FRidh
pkgs/development/python-modules/* @FRidh
doc/languages-frameworks/python.md @FRidh
-# Boostraping and core infra
-pkgs/stdenv/ @Ericson2314
-pkgs/build-support/cc-wrapper/ @Ericson2314
+# Haskell
+pkgs/development/haskell-modules/default.nix @Profpatsch
+pkgs/development/haskell-modules/generic-builder.nix @Profpatsch
+pkgs/development/haskell-modules/hoogle.nix @Profpatsch
# Darwin-related
pkgs/stdenv/darwin/* @copumpkin @LnL7