Revert "PHP maintainer team"

This commit is contained in:
Elis Hirwing
2020-04-29 19:56:37 +02:00
committed by GitHub
parent 3b21abb3d3
commit 410c38f317
7 changed files with 25 additions and 87 deletions
@@ -138,9 +138,9 @@ let
meta = with stdenv.lib; {
description = "An HTML-embedded scripting language";
homepage = "https://www.php.net";
homepage = "https://www.php.net/";
license = licenses.php301;
maintainers = teams.php.members;
maintainers = with maintainers; [ globin etu ma27 ];
platforms = platforms.all;
outputsToInstall = [ "out" "dev" ];
};
@@ -194,7 +194,6 @@ let
passthru = {
inherit buildEnv withExtensions enabledExtensions;
inherit (php-packages) packages extensions;
inherit (php) meta;
};
paths = [ php ];
postBuild = ''