mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
php: Set maintainer team as maintainers
Also passthrough the meta of the package to have description, homepage, license, maintainers and other metadata passed through to the commonly used attribute.
This commit is contained in:
parent
d2fe77de33
commit
6d5b0b13f3
1 changed files with 2 additions and 1 deletions
|
@ -113,6 +113,7 @@ let
|
|||
unwrapped = php;
|
||||
tests = nixosTests.php;
|
||||
inherit (php-packages) packages extensions;
|
||||
inherit (php) meta;
|
||||
};
|
||||
paths = [ php ];
|
||||
postBuild = ''
|
||||
|
@ -246,7 +247,7 @@ let
|
|||
description = "An HTML-embedded scripting language";
|
||||
homepage = "https://www.php.net/";
|
||||
license = licenses.php301;
|
||||
maintainers = with maintainers; [ globin etu ma27 ];
|
||||
maintainers = teams.php.members;
|
||||
platforms = platforms.all;
|
||||
outputsToInstall = [ "out" "dev" ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue