From 632c8f720eb7ed2a4ba341adff303378820f61b7 Mon Sep 17 00:00:00 2001 From: rnhmjoj Date: Fri, 11 Jul 2025 00:45:19 +0200 Subject: [PATCH] nixos/tests/networking: add rnhmjoj as maintainer --- nixos/tests/networking/networkd-and-scripted.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/tests/networking/networkd-and-scripted.nix b/nixos/tests/networking/networkd-and-scripted.nix index 8678e6b6ee17..c5b8b213098d 100644 --- a/nixos/tests/networking/networkd-and-scripted.nix +++ b/nixos/tests/networking/networkd-and-scripted.nix @@ -1458,6 +1458,7 @@ lib.mapAttrs (lib.const ( attrs // { name = "${attrs.name}-Networking-${if networkd then "Networkd" else "Scripted"}"; + meta.maintainers = with lib.maintainers; [ rnhmjoj ]; } ) )) testCases