phpExtensions.protobuf: format description

This commit is contained in:
Sandro Jäckel 2022-10-27 11:40:51 +02:00 committed by Sandro Jäckel
parent c276f24e29
commit 2953d4b932

View File

@ -9,9 +9,7 @@ buildPecl {
buildInputs = [ pcre2 ];
meta = with lib; {
description = ''
Google's language-neutral, platform-neutral, extensible mechanism for serializing structured data.
'';
description = "Google's language-neutral, platform-neutral, extensible mechanism for serializing structured data.";
license = licenses.bsd3;
homepage = "https://developers.google.com/protocol-buffers/";
maintainers = teams.php.members;