[Backport release-26.05] desync: add matshch to maintainers (#533781)

This commit is contained in:
Michael Daniels 2026-06-21 01:14:07 +00:00 committed by GitHub
commit d4bf0c588c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 10 additions and 1 deletions

View file

@ -17118,6 +17118,12 @@
github = "matrss";
githubId = 9308656;
};
matshch = {
name = "Artem Leshchev";
github = "matshch";
githubId = 2412121;
email = "matshch@gmail.com";
};
matt-snider = {
email = "matt.snider@protonmail.com";
github = "matt-snider";

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
];
};
})