about summary refs log tree commit diff
path: root/pkgs/development/tools/fprettify/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/fprettify/default.nix')
-rw-r--r--pkgs/development/tools/fprettify/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/fprettify/default.nix b/pkgs/development/tools/fprettify/default.nix
index b2c37f163b26e..95e539d82b76c 100644
--- a/pkgs/development/tools/fprettify/default.nix
+++ b/pkgs/development/tools/fprettify/default.nix
@@ -20,7 +20,7 @@ python3Packages.buildPythonApplication rec {
   ];
 
   meta = with lib; {
-    description = "An auto-formatter for modern Fortran code that imposes strict whitespace formatting, written in Python.";
+    description = "An auto-formatter for modern Fortran code that imposes strict whitespace formatting, written in Python";
     mainProgram = "fprettify";
     homepage = "https://pypi.org/project/fprettify/";
     license = with licenses; [ gpl3Only ];