mirror of
https://github.com/NixOS/nix
synced 2025-06-25 14:51:16 +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. (cherry picked from commit93d8f62057
) (cherry picked from commitb3b4fc21da
)
This commit is contained in:
parent
39b60f2e60
commit
844ad565a8
1 changed files with 1 additions and 7 deletions
|
@ -167,13 +167,7 @@
|
||||||
inherit officialRelease;
|
inherit officialRelease;
|
||||||
pkgs = final;
|
pkgs = final;
|
||||||
src = self;
|
src = self;
|
||||||
maintainers = with lib.maintainers; [
|
maintainers = [ ];
|
||||||
edolstra
|
|
||||||
Ericson2314
|
|
||||||
Mic92
|
|
||||||
roberth
|
|
||||||
tomberek
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue