nixos/usbrelayd: set myself as module maintainer
I forgot setting that when creating the module.
This commit is contained in:
parent
3effbca0bc
commit
26ec7081d6
1 changed files with 4 additions and 0 deletions
|
@ -40,4 +40,8 @@ in
|
|||
};
|
||||
users.groups.usbrelay = { };
|
||||
};
|
||||
|
||||
meta = {
|
||||
maintainers = with lib.maintainers; [ wentasah ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue