mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
maintainers: add krzaczek
This commit is contained in:
parent
e71418aee0
commit
e57f9b53d7
@ -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";
|
||||
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user