From b91c7e43ed7ee644b032b068343472a48c703a10 Mon Sep 17 00:00:00 2001 From: Alex Ionescu Date: Thu, 25 Sep 2025 01:50:54 +0200 Subject: [PATCH] syncthing: add aionescu as maintainer --- modules/services/syncthing.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/services/syncthing.nix b/modules/services/syncthing.nix index 5dd9380d3..0d13db2e5 100644 --- a/modules/services/syncthing.nix +++ b/modules/services/syncthing.nix @@ -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 = {