php: add myself as maintainer

This commit is contained in:
Elis Hirwing 2018-03-02 12:35:11 +01:00
parent 213c2169d6
commit 715ca57a57
No known key found for this signature in database
GPG Key ID: D57EFA625C9A925F

View File

@ -319,7 +319,7 @@ let
description = "An HTML-embedded scripting language"; description = "An HTML-embedded scripting language";
homepage = http://www.php.net/; homepage = http://www.php.net/;
license = licenses.php301; license = licenses.php301;
maintainers = with maintainers; [ globin ]; maintainers = with maintainers; [ globin etu ];
platforms = platforms.all; platforms = platforms.all;
outputsToInstall = [ "out" "dev" ]; outputsToInstall = [ "out" "dev" ];
}; };