phpExtensions.event: cleanup description

This commit is contained in:
Sandro Jäckel
2022-10-27 11:38:34 +02:00
parent 355a7527cc
commit 0b5af74cb6
@@ -23,10 +23,7 @@ buildPecl {
internalDeps = [ php.extensions.sockets ];
meta = with lib; {
description = ''
This is an extension to efficiently schedule I/O, time and signal based
events using the best I/O notification mechanism available for specific platform.
'';
description = "Efficiently schedule I/O, time and signal based events using the best I/O notification mechanism available";
license = licenses.php301;
homepage = "https://bitbucket.org/osmanov/pecl-event/";
maintainers = teams.php.members;