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