mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
desync: add matshch to maintainers
(cherry picked from commit 2ade855afc)
This commit is contained in:
parent
6ed8f0351e
commit
28de615f45
1 changed files with 4 additions and 1 deletions
|
|
@ -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