maintainers: add mattpolzin

This commit is contained in:
Matt Polzin 2024-01-14 09:50:15 -06:00
parent 6d9939065d
commit 529c862661
2 changed files with 7 additions and 1 deletions

View File

@ -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";

View File

@ -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";
};
}