From e57f9b53d7a1c71beddf923de889c1216b0c7612 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Krzaczkowski?= Date: Fri, 8 Sep 2023 18:49:56 +0200 Subject: [PATCH] maintainers: add krzaczek --- maintainers/maintainer-list.nix | 6 ++++++ pkgs/development/php-packages/phalcon/default.nix | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index 1e6fe5abc5b4..dbd4618d5cb9 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -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"; diff --git a/pkgs/development/php-packages/phalcon/default.nix b/pkgs/development/php-packages/phalcon/default.nix index c21484a0b3fc..6f998be9a1f6 100644 --- a/pkgs/development/php-packages/phalcon/default.nix +++ b/pkgs/development/php-packages/phalcon/default.nix @@ -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 ]; }; }