php.packages: Add php maintainer team to all packages

This commit is contained in:
Elis Hirwing 2020-04-19 20:51:57 +02:00
parent ed12b30bee
commit 0b04a477a1
No known key found for this signature in database
GPG Key ID: D57EFA625C9A925F
1 changed files with 15 additions and 14 deletions

View File

@ -52,7 +52,7 @@ in
description = "An application for building and managing Phars"; description = "An application for building and managing Phars";
license = licenses.mit; license = licenses.mit;
homepage = "https://box-project.github.io/box2/"; homepage = "https://box-project.github.io/box2/";
maintainers = with maintainers; [ jtojnar ]; maintainers = with maintainers; [ jtojnar ] ++ teams.php.members;
}; };
}; };
@ -81,7 +81,7 @@ in
description = "Dependency Manager for PHP"; description = "Dependency Manager for PHP";
license = licenses.mit; license = licenses.mit;
homepage = "https://getcomposer.org/"; homepage = "https://getcomposer.org/";
maintainers = with maintainers; [ globin offline ]; maintainers = with maintainers; [ offline ] ++ teams.php.members;
}; };
}; };
@ -108,7 +108,7 @@ in
description = "A tool to automatically fix PHP coding standards issues"; description = "A tool to automatically fix PHP coding standards issues";
license = licenses.mit; license = licenses.mit;
homepage = "http://cs.sensiolabs.org/"; homepage = "http://cs.sensiolabs.org/";
maintainers = with maintainers; [ jtojnar ]; maintainers = with maintainers; [ jtojnar ] ++ teams.php.members;
}; };
}; };
@ -145,7 +145,7 @@ in
description = "This tool check syntax of PHP files faster than serial check with fancier output"; description = "This tool check syntax of PHP files faster than serial check with fancier output";
license = licenses.bsd2; license = licenses.bsd2;
homepage = "https://github.com/JakubOnderka/PHP-Parallel-Lint"; homepage = "https://github.com/JakubOnderka/PHP-Parallel-Lint";
maintainers = with maintainers; [ jtojnar ]; maintainers = with maintainers; [ jtojnar ] ++ teams.php.members;
}; };
}; };
@ -172,7 +172,7 @@ in
description = "PHP coding standard beautifier and fixer"; description = "PHP coding standard beautifier and fixer";
license = licenses.bsd3; license = licenses.bsd3;
homepage = "https://squizlabs.github.io/PHP_CodeSniffer/"; homepage = "https://squizlabs.github.io/PHP_CodeSniffer/";
maintainers = with maintainers; [ cmcdragonkai etu ]; maintainers = with maintainers; [ cmcdragonkai ] ++ teams.php.members;
}; };
}; };
@ -199,7 +199,7 @@ in
description = "PHP coding standard tool"; description = "PHP coding standard tool";
license = licenses.bsd3; license = licenses.bsd3;
homepage = "https://squizlabs.github.io/PHP_CodeSniffer/"; homepage = "https://squizlabs.github.io/PHP_CodeSniffer/";
maintainers = with maintainers; [ javaguirre etu ]; maintainers = with maintainers; [ javaguirre ] ++ teams.php.members;
}; };
}; };
@ -225,15 +225,15 @@ in
meta = with pkgs.lib; { meta = with pkgs.lib; {
description = "PHP Static Analysis Tool"; description = "PHP Static Analysis Tool";
longDescription = '' longDescription = ''
PHPStan focuses on finding errors in your code without actually running PHPStan focuses on finding errors in your code without actually
it. It catches whole classes of bugs even before you write tests for the running it. It catches whole classes of bugs even before you write
code. It moves PHP closer to compiled languages in the sense that the tests for the code. It moves PHP closer to compiled languages in the
correctness of each line of the code can be checked before you run the sense that the correctness of each line of the code can be checked
actual line. before you run the actual line.
''; '';
license = licenses.mit; license = licenses.mit;
homepage = "https://github.com/phpstan/phpstan"; homepage = "https://github.com/phpstan/phpstan";
maintainers = with maintainers; [ etu ]; maintainers = teams.php.members;
}; };
}; };
@ -260,6 +260,7 @@ in
description = "A static analysis tool for finding errors in PHP applications"; description = "A static analysis tool for finding errors in PHP applications";
license = licenses.mit; license = licenses.mit;
homepage = "https://github.com/vimeo/psalm"; homepage = "https://github.com/vimeo/psalm";
maintainers = teams.php.members;
}; };
}; };
@ -286,7 +287,7 @@ in
description = "PsySH is a runtime developer console, interactive debugger and REPL for PHP."; description = "PsySH is a runtime developer console, interactive debugger and REPL for PHP.";
license = licenses.mit; license = licenses.mit;
homepage = "https://psysh.org/"; homepage = "https://psysh.org/";
maintainers = with maintainers; [ caugner ]; maintainers = with maintainers; [ caugner ] ++ teams.php.members;
}; };
}; };
}; };