tremor-rs: format

This commit is contained in:
Sandro Jäckel 2021-03-08 12:22:41 +01:00
parent 5d05981e19
commit 9a271cd79c
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -33,8 +33,7 @@ rustPlatform.buildRustPackage rec {
cargoBuildFlags = [ "--all" ];
meta = with lib; {
description =
"Early stage event processing system for unstructured data with rich support for structural pattern matching, filtering and transformation";
description = "Early stage event processing system for unstructured data with rich support for structural pattern matching, filtering and transformation";
homepage = "https://www.tremor.rs/";
license = licenses.asl20;
platforms = [ "x86_64-linux" ];