1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-08 19:46:05 +01:00

all-maintainers: regenerate with latest changes

Should remove maintainers that existed, but weren't assigned to modules.
Will add maintainers that we missed during last refactoring.

Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
Austin Horstman 2025-07-04 00:26:40 -05:00
parent 412c545bb6
commit 7d9e3c35f0
2 changed files with 343 additions and 564 deletions

File diff suppressed because it is too large Load diff

View file

@ -94,7 +94,7 @@ let
filteredInfo = lib.filterAttrs (k: v: !lib.hasPrefix "_" k) info;
in
" # ${source}\n ${quotedName} = ${
" ${quotedName} = ${
lib.generators.toPretty {
multiline = true;
indent = " ";