1
0
Fork 0
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:
Eelco Dolstra 2025-04-02 21:40:03 +02:00
parent 7eb76186ba
commit 93d8f62057

View file

@ -156,13 +156,7 @@
inherit officialRelease;
pkgs = final;
src = self;
maintainers = with lib.maintainers; [
eelco
ericson2314
mic92
roberth
tomberek
];
maintainers = [ ];
};
};