summary refs log tree commit diff
path: root/pkgs/tools/misc/tremor-rs/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/misc/tremor-rs/default.nix')
-rw-r--r--pkgs/tools/misc/tremor-rs/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/tools/misc/tremor-rs/default.nix b/pkgs/tools/misc/tremor-rs/default.nix
index 0db042120ca..fb1268acc6f 100644
--- a/pkgs/tools/misc/tremor-rs/default.nix
+++ b/pkgs/tools/misc/tremor-rs/default.nix
@@ -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" ];