maintainers: add krzaczek

This commit is contained in:
Paweł Krzaczkowski 2023-09-08 18:49:56 +02:00
parent e71418aee0
commit e57f9b53d7
No known key found for this signature in database
GPG Key ID: 518A501C68E985A8
2 changed files with 7 additions and 1 deletions

View File

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

View File

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