desync: add matshch to maintainers

(cherry picked from commit 2ade855afc)
This commit is contained in:
Artem Leshchev 2026-06-19 16:14:02 -05:00 committed by github-actions[bot]
commit 28de615f45

View file

@ -62,6 +62,9 @@ buildGoModule (finalAttrs: {
homepage = "https://github.com/folbricht/desync";
changelog = "https://github.com/folbricht/desync/releases/tag/v${finalAttrs.version}";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ chaduffy ];
maintainers = with lib.maintainers; [
chaduffy
matshch
];
};
})