about summary refs log tree commit diff
path: root/pkgs/development/interpreters/php
diff options
context:
space:
mode:
authorElis Hirwing <elis@hirwing.se>2020-04-19 20:48:06 +0200
committerElis Hirwing <elis@hirwing.se>2020-04-29 20:11:40 +0200
commit6d5b0b13f3365c79b3857badfffbcf0141f5d2ea (patch)
treea619fb7c829363b86b3251c82e67b9c52042002e /pkgs/development/interpreters/php
parentd2fe77de339d9ee504a299fe90f34ae5337133b2 (diff)
downloadnixlib-6d5b0b13f3365c79b3857badfffbcf0141f5d2ea.tar
nixlib-6d5b0b13f3365c79b3857badfffbcf0141f5d2ea.tar.gz
nixlib-6d5b0b13f3365c79b3857badfffbcf0141f5d2ea.tar.bz2
nixlib-6d5b0b13f3365c79b3857badfffbcf0141f5d2ea.tar.lz
nixlib-6d5b0b13f3365c79b3857badfffbcf0141f5d2ea.tar.xz
nixlib-6d5b0b13f3365c79b3857badfffbcf0141f5d2ea.tar.zst
nixlib-6d5b0b13f3365c79b3857badfffbcf0141f5d2ea.zip
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.
Diffstat (limited to 'pkgs/development/interpreters/php')
-rw-r--r--pkgs/development/interpreters/php/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/development/interpreters/php/default.nix b/pkgs/development/interpreters/php/default.nix
index 4c79691f504c..e0aea60e2939 100644
--- a/pkgs/development/interpreters/php/default.nix
+++ b/pkgs/development/interpreters/php/default.nix
@@ -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" ];
           };