1
0
Fork 0
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:
Alex Ionescu 2025-09-25 01:50:54 +02:00 committed by Robert Helgesson
parent 29e8b08f65
commit b91c7e43ed
No known key found for this signature in database
GPG key ID: 96E745BD17AA17ED

View file

@ -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 = {