1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-24 22:11:15 +02:00

remove fricklerhandwerk from CODEOWNERS

stepping aside as a Nix maintainer:
https://discourse.nixos.org/t/time-to-step-aside/61050
This commit is contained in:
Valentin Gagarin 2025-03-02 00:06:00 +01:00
parent 77f22db567
commit 0358007da3

11
.github/CODEOWNERS vendored
View file

@ -11,16 +11,7 @@
.github/CODEOWNERS @edolstra
# Documentation of built-in functions
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
src/libexpr/primops.cc @roberth
# Libstore layer
/src/libstore @ericson2314