fricklerhandwerk: subscribe to documentation changes (#9422)

* fricklerhandwerk: subscribe to documentation changes
This commit is contained in:
Valentin Gagarin 2023-11-24 15:32:02 +01:00 committed by GitHub
parent 8a52325d7d
commit 9aa63f70d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

7
.github/CODEOWNERS vendored
View File

@ -14,5 +14,12 @@
/doc @fricklerhandwerk
*.md @fricklerhandwerk
# Documentation of built-in functions
src/libexpr/primops.cc @fricklerhandwerk @roberth
# Documentation on experimental features
src/libutil/experimental-features.cc @fricklerhandwerk
# Documentation on configuration settings
src/libstore/globals.hh @fricklerhandwerk
# Libstore layer
/src/libstore @thufschmitt