Skip to content

Commit

Permalink
CODEOWNERS: add Profpatsch to various paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Profpatsch committed Sep 7, 2017
1 parent e6c40a4 commit 6afa844
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Expand Up @@ -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
Expand Down

0 comments on commit 6afa844

Please sign in to comment.