aboutsummaryrefslogtreecommitdiff
path: root/nixos/tests/sonarr.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/sonarr.nix')
-rw-r--r--nixos/tests/sonarr.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/sonarr.nix b/nixos/tests/sonarr.nix
index 3d5c3b19b6e..3e84445099a 100644
--- a/nixos/tests/sonarr.nix
+++ b/nixos/tests/sonarr.nix
@@ -2,7 +2,7 @@ import ./make-test.nix ({ lib, ... }:
with lib;
-rec {
+{
name = "sonarr";
meta.maintainers = with maintainers; [ etu ];