Commit 529c8626 authored by Matt Polzin's avatar Matt Polzin
Browse files

maintainers: add mattpolzin

parent 6d993906
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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";
+1 −1
Original line number Diff line number Diff line
@@ -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";
  };
}