about summary refs log tree commit diff
path: root/pkgs/development/python-modules/pnglatex/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/pnglatex/default.nix')
-rw-r--r--pkgs/development/python-modules/pnglatex/default.nix10
1 files changed, 8 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pnglatex/default.nix b/pkgs/development/python-modules/pnglatex/default.nix
index 05b36b224839..a46359bf76e5 100644
--- a/pkgs/development/python-modules/pnglatex/default.nix
+++ b/pkgs/development/python-modules/pnglatex/default.nix
@@ -1,4 +1,10 @@
-{ lib, buildPythonPackage, fetchPypi, poppler_utils, netpbm }:
+{
+  lib,
+  buildPythonPackage,
+  fetchPypi,
+  poppler_utils,
+  netpbm,
+}:
 
 buildPythonPackage rec {
 
@@ -21,7 +27,7 @@ buildPythonPackage rec {
 
   meta = with lib; {
     homepage = "https://github.com/MaT1g3R/pnglatex";
-    description = "a small program that converts LaTeX snippets to png";
+    description = "Small program that converts LaTeX snippets to png";
     mainProgram = "pnglatex";
     license = licenses.gpl3Plus;
     maintainers = with maintainers; [ GaetanLepage ];