2017-07-19 14:19:37 +02:00
|
|
|
# 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.
|
|
|
|
|
2017-09-07 01:10:48 +02:00
|
|
|
# Boostraping and core infra
|
2017-09-07 09:06:01 +02:00
|
|
|
pkgs/stdenv/ @Ericson2314
|
|
|
|
pkgs/build-support/cc-wrapper/ @Ericson2314
|
2017-09-07 01:10:48 +02:00
|
|
|
|
|
|
|
# Libraries
|
|
|
|
lib/ @Profpatsch
|
|
|
|
|
|
|
|
# Build-Support
|
|
|
|
pkgs/build-support @Profpatsch
|
|
|
|
|
2017-07-19 14:19:37 +02:00
|
|
|
# Python-related code and docs
|
2017-09-07 09:06:01 +02:00
|
|
|
pkgs/top-level/python-packages.nix @FRidh
|
|
|
|
pkgs/development/interpreters/python/* @FRidh
|
|
|
|
pkgs/development/python-modules/* @FRidh
|
|
|
|
doc/languages-frameworks/python.md @FRidh
|
2017-07-19 14:19:37 +02:00
|
|
|
|
2017-09-07 01:10:48 +02:00
|
|
|
# Haskell
|
2017-09-07 09:07:40 +02:00
|
|
|
pkgs/development/compilers/ghc @peti
|
|
|
|
pkgs/development/haskell-modules @peti
|
|
|
|
pkgs/development/haskell-modules/default.nix @Profpatsch @peti
|
|
|
|
pkgs/development/haskell-modules/generic-builder.nix @Profpatsch @peti
|
|
|
|
pkgs/development/haskell-modules/hoogle.nix @Profpatsch @peti
|
2017-07-19 14:19:37 +02:00
|
|
|
|
2017-09-07 09:03:49 +02:00
|
|
|
# R
|
|
|
|
pkgs/applications/science/math/R @peti
|
2017-09-07 09:07:40 +02:00
|
|
|
pkgs/development/r-modules @peti
|
2017-09-07 09:03:49 +02:00
|
|
|
|
2017-08-01 01:38:16 +02:00
|
|
|
# Darwin-related
|
2017-09-07 09:06:01 +02:00
|
|
|
pkgs/stdenv/darwin/* @copumpkin @LnL7
|
|
|
|
pkgs/os-specific/darwin/* @LnL7
|
|
|
|
pkgs/os-specific/darwin/apple-source-releases/* @copumpkin
|