tremor-rs: format

This commit is contained in:
Sandro Jäckel
2021-03-10 23:52:30 +01:00
parent 5d05981e19
commit 9a271cd79c
+1 -2
View File
@@ -33,8 +33,7 @@ rustPlatform.buildRustPackage rec {
cargoBuildFlags = [ "--all" ]; cargoBuildFlags = [ "--all" ];
meta = with lib; { meta = with lib; {
description = description = "Early stage event processing system for unstructured data with rich support for structural pattern matching, filtering and transformation";
"Early stage event processing system for unstructured data with rich support for structural pattern matching, filtering and transformation";
homepage = "https://www.tremor.rs/"; homepage = "https://www.tremor.rs/";
license = licenses.asl20; license = licenses.asl20;
platforms = [ "x86_64-linux" ]; platforms = [ "x86_64-linux" ];