maintainers: add mattpolzin
This commit is contained in:
parent
6d9939065d
commit
529c862661
2 changed files with 7 additions and 1 deletions
|
@ -11603,6 +11603,12 @@
|
|||
githubId = 279868;
|
||||
name = "Matti Kariluoma";
|
||||
};
|
||||
mattpolzin = {
|
||||
email = "matt.polzin@gmail.com";
|
||||
github = "mattpolzin";
|
||||
githubId = 2075353;
|
||||
name = "Matt Polzin";
|
||||
};
|
||||
matt-snider = {
|
||||
email = "matt.snider@protonmail.com";
|
||||
github = "matt-snider";
|
||||
|
|
|
@ -138,7 +138,7 @@ buildNpmPackage rec {
|
|||
homepage = "https://www.usebruno.com";
|
||||
inherit (electron.meta) platforms;
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ water-sucks lucasew kashw2 ];
|
||||
maintainers = with maintainers; [ water-sucks lucasew kashw2 mattpolzin ];
|
||||
mainProgram = "bruno";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue