summary refs log blame commit diff
path: root/.github/CODEOWNERS
blob: ed8c85746abaea3ad548342491603e509db6bc60 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                                                        









                                            





                                              
         




                                                                       
 



                                                          
# 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.

# 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

# Haskell
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

# Darwin-related
pkgs/stdenv/darwin/*	@copumpkin @LnL7
pkgs/os-specific/darwin/*	@LnL7
pkgs/os-specific/darwin/apple-source-releases/*	@copumpkin