mirror of
https://github.com/NixOS/nix
synced 2025-06-24 22:11:15 +02:00
Remove meta.maintainers
Some of the maintainer attribute names got changed in nixos-unstable (e.g. "edolstra" is now "eelco") but we want this flake to work on nixos-24.11. So just get rid of them.
This commit is contained in:
parent
7eb76186ba
commit
93d8f62057
1 changed files with 1 additions and 7 deletions
|
@ -156,13 +156,7 @@
|
|||
inherit officialRelease;
|
||||
pkgs = final;
|
||||
src = self;
|
||||
maintainers = with lib.maintainers; [
|
||||
eelco
|
||||
ericson2314
|
||||
mic92
|
||||
roberth
|
||||
tomberek
|
||||
];
|
||||
maintainers = [ ];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue