mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
nixos/modules: Fix “danklinux” team members reference
These evaluation errors were introduced in #470576: -e60e3f9ded-0de2873a44
This commit is contained in:
parent
c5296fdd05
commit
5bb6317349
3 changed files with 3 additions and 3 deletions
|
|
@ -49,5 +49,5 @@ in
|
|||
systemd.user.services.dsearch.wantedBy = mkIf cfg.systemd.enable [ cfg.systemd.target ];
|
||||
};
|
||||
|
||||
meta.maintainers = lib.teams.danklinux.maintainers;
|
||||
meta.maintainers = lib.teams.danklinux.members;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -226,5 +226,5 @@ in
|
|||
hardware.graphics.enable = lib.mkDefault true;
|
||||
};
|
||||
|
||||
meta.maintainers = lib.teams.danklinux.maintainers;
|
||||
meta.maintainers = lib.teams.danklinux.members;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -294,5 +294,5 @@ in
|
|||
services.libinput.enable = mkDefault true;
|
||||
};
|
||||
|
||||
meta.maintainers = lib.teams.danklinux.maintainers;
|
||||
meta.maintainers = lib.teams.danklinux.members;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue