Unverified Commit e57f9b53 authored by Paweł Krzaczkowski's avatar Paweł Krzaczkowski
Browse files

maintainers: add krzaczek

parent e71418ae
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -9380,6 +9380,12 @@
    name = "Tomas Krupka";
    matrix = "@krupkat:matrix.org";
  };
  krzaczek = {
    name = "Pawel Krzaczkowski";
    email = "pawel@printu.pl";
    github = "krzaczek";
    githubId = 5773701;
  };
  ktf = {
    email = "giulio.eulisse@cern.ch";
    github = "ktf";
+1 −1
Original line number Diff line number Diff line
@@ -22,6 +22,6 @@ buildPecl rec {
    description = "Phalcon is a full stack PHP framework offering low resource consumption and high performance.";
    license = licenses.bsd3;
    homepage = "https://phalcon.io";
    maintainers = teams.php.members;
    maintainers = teams.php.members ++ [ maintainers.krzaczek ];
  };
}