aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorFrederik Rietdijk <freddyrietdijk@fridh.nl>2017-07-30 08:11:11 +0200
committerGitHub <noreply@github.com>2017-07-30 08:11:11 +0200
commit8977bee504234637e5649e9d800ad57d8d21dd6f (patch)
tree8584d854ad27ce3a34dfb08ac01791609d8a210a /.github
parent9ea8535fa7e7f57f6e26c2bcf3893db4254bae68 (diff)
parent2cd47a251ac08c8e3dc857d7ab8640318116d0cf (diff)
Merge pull request #27499 from FRidh/codeowners
CODEOWNERS file for review requests
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS20
1 files changed, 20 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
new file mode 100644
index 00000000000..268f2c032ad
--- /dev/null
+++ b/.github/CODEOWNERS
@@ -0,0 +1,20 @@
+# CODEOWNERS file
+#
+# This file is used to describe who owns what in this repository. This file does not
+# replace `meta.maintainers` but is instead used for other things than derivations
+# and modules, like documentation, package sets, and other assets.
+#
+# For documentation on this file, see https://help.github.com/articles/about-codeowners/
+# Mentioned users will get code review requests.
+
+# 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
+
+# Darwin-related
+pkgs/stdenv/darwin/* @copumpkin @LnL7
+pkgs/os-specific/darwin/* @LnL7
+pkgs/os-specific/darwin/apple-source-releases/* @copumpkin
+