mirror of
https://github.com/nix-community/home-manager
synced 2024-12-21 01:09: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;
|
cfg = config.services.playerctld;
|
||||||
|
|
||||||
in {
|
in {
|
||||||
meta.maintainers = [ maintainers.fendse ];
|
meta.maintainers = [ hm.maintainers.fendse ];
|
||||||
|
|
||||||
options.services.playerctld = {
|
options.services.playerctld = {
|
||||||
enable = mkEnableOption "playerctld daemon";
|
enable = mkEnableOption "playerctld daemon";
|
||||||
|
|
Loading…
Reference in a new issue