nixos/redis: fix maintainers in test

Noticed while reviewing #422084 (I have `checkMeta = true;` enabled):

    - key 'meta.maintainers' has invalid value; expected listOf<attrsOf<any>>, got
               [
                 { /* flokli */ }
                 [
                   /* members of helsinki-systems */
                 ]
               ]
           , refusing to evaluate.
This commit is contained in:
Maximilian Bosch 2025-07-05 20:37:06 +02:00
parent e2dcff4812
commit 0c2e155107
No known key found for this signature in database

View File

@ -21,8 +21,7 @@ let
inherit name;
meta.maintainers = [
lib.maintainers.flokli
lib.teams.helsinki-systems.members
];
] ++ lib.teams.helsinki-systems.members;
nodes = {
machine =