Skip to content

Commit d81b51d

Browse files
authored
Merge pull request #12888 from DeterminateSystems/fix-maintainers
Fix jobset evaluation
2 parents 26b33aa + 93d8f62 commit d81b51d

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)