mirror of
https://github.com/NixOS/nix
synced 2025-06-25 10:41:16 +02:00
CODEOWNERS: add fricklerhandwerk for documentation (#10759)
This commit is contained in:
parent
4a19f4a866
commit
5845fd59c3
1 changed files with 10 additions and 1 deletions
11
.github/CODEOWNERS
vendored
11
.github/CODEOWNERS
vendored
|
@ -11,7 +11,16 @@
|
||||||
.github/CODEOWNERS @edolstra
|
.github/CODEOWNERS @edolstra
|
||||||
|
|
||||||
# Documentation of built-in functions
|
# Documentation of built-in functions
|
||||||
src/libexpr/primops.cc @roberth
|
src/libexpr/primops.cc @roberth @fricklerhandwerk
|
||||||
|
|
||||||
|
# Documentation of settings
|
||||||
|
src/libexpr/eval-settings.hh @fricklerhandwerk
|
||||||
|
src/libstore/globals.hh @fricklerhandwerk
|
||||||
|
|
||||||
|
# Documentation
|
||||||
|
doc/manual @fricklerhandwerk
|
||||||
|
maintainers/*.md @fricklerhandwerk
|
||||||
|
src/**/*.md @fricklerhandwerk
|
||||||
|
|
||||||
# Libstore layer
|
# Libstore layer
|
||||||
/src/libstore @thufschmitt @ericson2314
|
/src/libstore @thufschmitt @ericson2314
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue