summary refs log tree commit diff
path: root/.github/CODEOWNERS
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2017-07-19 14:19:37 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2017-07-28 15:04:48 +0200
commit5414e2ae8d4c655e8b2fbae00bc2f61721db4fde (patch)
tree5be3227675abcb3ef48bfe30795813900741e702 /.github/CODEOWNERS
parent11e13306f7084c0b60a62dc5dd6a3cff92d41e79 (diff)
downloadnixlib-5414e2ae8d4c655e8b2fbae00bc2f61721db4fde.tar
nixlib-5414e2ae8d4c655e8b2fbae00bc2f61721db4fde.tar.gz
nixlib-5414e2ae8d4c655e8b2fbae00bc2f61721db4fde.tar.bz2
nixlib-5414e2ae8d4c655e8b2fbae00bc2f61721db4fde.tar.lz
nixlib-5414e2ae8d4c655e8b2fbae00bc2f61721db4fde.tar.xz
nixlib-5414e2ae8d4c655e8b2fbae00bc2f61721db4fde.tar.zst
nixlib-5414e2ae8d4c655e8b2fbae00bc2f61721db4fde.zip
CODEOWNERS file for review requests
Some time ago GitHub introduced the CODEOWNERS file. The file is similar
to the MAINTAINERS file that was proposed in
https://github.com/NixOS/nixpkgs/issues/13602. Code owners will
automatically receive a review request.
Diffstat (limited to '.github/CODEOWNERS')
-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 000000000000..268f2c032adc
--- /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
+