Skip to content

Commit c972cbd

Browse files
authored
Merge pull request #12890 from NixOS/mergify/bp/2.28-maintenance/pr-12888
Fix jobset evaluation (backport #12888)
2 parents c066fa6 + b3b4fc2 commit c972cbd

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

flake.nix

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -156,13 +156,7 @@
156156
inherit officialRelease;
157157
pkgs = final;
158158
src = self;
159-
maintainers = with lib.maintainers; [
160-
edolstra
161-
Ericson2314
162-
Mic92
163-
roberth
164-
tomberek
165-
];
159+
maintainers = [ ];
166160
};
167161
};
168162

0 commit comments

Comments
 (0)