mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-11 18:32:23 +08:00
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.
(cherry picked from commit 0c2e155107)
This commit is contained in:
committed by
github-actions[bot]
parent
d27f19c3d2
commit
4d26ca7439
@@ -21,8 +21,7 @@ let
|
||||
inherit name;
|
||||
meta.maintainers = [
|
||||
lib.maintainers.flokli
|
||||
lib.teams.helsinki-systems.members
|
||||
];
|
||||
] ++ lib.teams.helsinki-systems.members;
|
||||
|
||||
nodes = {
|
||||
machine =
|
||||
|
||||
Reference in New Issue
Block a user