mirror of
https://github.com/nix-community/home-manager
synced 2024-12-20 16:59:47 +01:00
playerctld: fix maintainers entry for fendse
This commit is contained in:
parent
907e63250a
commit
c24c494e69
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ let
|
|||
cfg = config.services.playerctld;
|
||||
|
||||
in {
|
||||
meta.maintainers = [ maintainers.fendse ];
|
||||
meta.maintainers = [ hm.maintainers.fendse ];
|
||||
|
||||
options.services.playerctld = {
|
||||
enable = mkEnableOption "playerctld daemon";
|
||||
|
|
Loading…
Reference in a new issue