From bb9c3eec4827eb43cb4e1a24b3ce99257bf18918 Mon Sep 17 00:00:00 2001 From: Emily Date: Thu, 22 Aug 2024 18:46:30 +0100 Subject: [PATCH] CODEOWNERS: add myself to ACME MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The comment is no longer accurate 🎉 (But @m1cr0man really ought to have the commit bit as well…) I don’t actively use the NixOS ACME implementation these days, but I think I have enough experience and relevant knowledge from my past contributions to the module and general ACME know‐how to contribute to reviews and help avoid kerfuffles like the recent issue that broke everyone’s ACME accounts. --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 7d9214dfe014..e138cd66152a 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -111,7 +111,7 @@ nixos/modules/installer/tools/nix-fallback-paths.nix @NixOS/nix-team @raitobeza /nixos/virtualisation/qemu-vm.nix @raitobezarius # ACME -/nixos/modules/security/acme @arianvp @flokli @aanderse # no merge permission: @m1cr0man @emilazy +/nixos/modules/security/acme @arianvp @flokli @aanderse @emilazy # no merge permission: @m1cr0man # Systemd /nixos/modules/system/boot/systemd.nix @NixOS/systemd