From cf70c17cf25c02877f111077509b6985c65c0e7f Mon Sep 17 00:00:00 2001 From: Grimmauld Date: Sun, 3 Aug 2025 10:10:26 +0200 Subject: [PATCH] nixos/tests/audit: add grimmauld to maintainers --- nixos/tests/audit.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nixos/tests/audit.nix b/nixos/tests/audit.nix index 6f32a004e635..7f1280060824 100644 --- a/nixos/tests/audit.nix +++ b/nixos/tests/audit.nix @@ -1,7 +1,12 @@ +{ lib, ... }: { name = "audit"; + meta = { + maintainers = with lib.maintainers; [ grimmauld ]; + }; + nodes = { machine = { lib, pkgs, ... }: