about summary refs log tree commit diff
path: root/pkgs/development/python-modules/tornado/5.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/tornado/5.nix')
-rw-r--r--pkgs/development/python-modules/tornado/5.nix17
1 files changed, 9 insertions, 8 deletions
diff --git a/pkgs/development/python-modules/tornado/5.nix b/pkgs/development/python-modules/tornado/5.nix
index 8ba3a8c073ba2..a1b0d8979e208 100644
--- a/pkgs/development/python-modules/tornado/5.nix
+++ b/pkgs/development/python-modules/tornado/5.nix
@@ -1,10 +1,11 @@
-{ lib
-, unittestCheckHook
-, buildPythonPackage
-, fetchPypi
-, fetchpatch
-, isPy27
-, pythonAtLeast
+{
+  lib,
+  unittestCheckHook,
+  buildPythonPackage,
+  fetchPypi,
+  fetchpatch,
+  isPy27,
+  pythonAtLeast,
 }:
 
 buildPythonPackage rec {
@@ -34,7 +35,7 @@ buildPythonPackage rec {
   __darwinAllowLocalNetworking = true;
 
   meta = {
-    description = "A web framework and asynchronous networking library";
+    description = "Web framework and asynchronous networking library";
     homepage = "https://www.tornadoweb.org/";
     license = lib.licenses.asl20;
   };