From 0358007da337d5e82cfaeb93f98323d09a9a668e Mon Sep 17 00:00:00 2001 From: Valentin Gagarin Date: Sun, 2 Mar 2025 00:06:00 +0100 Subject: [PATCH] remove fricklerhandwerk from CODEOWNERS stepping aside as a Nix maintainer: https://discourse.nixos.org/t/time-to-step-aside/61050 --- .github/CODEOWNERS | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index a9ca74c17..763c5f27e 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -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