desync: add matshch to maintainers

This commit is contained in:
Artem Leshchev
2026-06-19 16:14:02 -05:00
parent 52a753a23b
commit 2ade855afc
+4 -1
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
];
};
})