mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 19:46:05 +01:00
syncthing: add aionescu as maintainer
This commit is contained in:
parent
29e8b08f65
commit
b91c7e43ed
1 changed files with 4 additions and 1 deletions
|
|
@ -293,7 +293,10 @@ let
|
|||
syncthingArgs = defaultSyncthingArgs ++ cfg.extraOptions;
|
||||
in
|
||||
{
|
||||
meta.maintainers = [ lib.maintainers.rycee ];
|
||||
meta.maintainers = [
|
||||
lib.maintainers.rycee
|
||||
lib.hm.maintainers.aionescu
|
||||
];
|
||||
|
||||
options = {
|
||||
services.syncthing = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue