mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
desync: add matshch to maintainers (#533421)
This commit is contained in:
commit
f3f94f0dde
2 changed files with 10 additions and 1 deletions
|
|
@ -17220,6 +17220,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";
|
||||
|
|
|
|||
|
|
@ -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
|
||||
];
|
||||
};
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue