diff options
author | Robert Hensing | 2022-06-26 00:15:17 +0200 |
---|---|---|
committer | Robert Hensing | 2022-09-24 17:38:10 +0100 |
commit | 9303a3c73bd45f95997ea52597f901bb8759fd2d (patch) | |
tree | 524ad2f9b0db0a763dee07c545fb6403cf545978 /nixos | |
parent | 583a4f0275c0c06e7c99758b0aa66aa738a098ab (diff) |
nixos/tests/installed-tests: Fix maintainers
Diffstat (limited to 'nixos')
-rw-r--r-- | nixos/tests/installed-tests/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/installed-tests/default.nix b/nixos/tests/installed-tests/default.nix index 3bb678d36782..b2c1b43f90ee 100644 --- a/nixos/tests/installed-tests/default.nix +++ b/nixos/tests/installed-tests/default.nix @@ -40,7 +40,7 @@ let name = tested.name; meta = { - maintainers = tested.meta.maintainers; + maintainers = tested.meta.maintainers or []; }; nodes.machine = { ... }: { |