mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-21 17:59:39 +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;
|
syncthingArgs = defaultSyncthingArgs ++ cfg.extraOptions;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
meta.maintainers = [ lib.maintainers.rycee ];
|
meta.maintainers = [
|
||||||
|
lib.maintainers.rycee
|
||||||
|
lib.hm.maintainers.aionescu
|
||||||
|
];
|
||||||
|
|
||||||
options = {
|
options = {
|
||||||
services.syncthing = {
|
services.syncthing = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue