1
0
Fork 0
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 commit 93d8f62057)
(cherry picked from commit b3b4fc21da)
This commit is contained in:
Eelco Dolstra 2025-04-02 21:40:03 +02:00
parent 39b60f2e60
commit 844ad565a8

View file

@ -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
];
}; };
}; };