about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/tools/rstfmt/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/development/tools/rstfmt/default.nix')
-rw-r--r--nixpkgs/pkgs/development/tools/rstfmt/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/pkgs/development/tools/rstfmt/default.nix b/nixpkgs/pkgs/development/tools/rstfmt/default.nix
index 25b20365a309..f69c8c69bd5f 100644
--- a/nixpkgs/pkgs/development/tools/rstfmt/default.nix
+++ b/nixpkgs/pkgs/development/tools/rstfmt/default.nix
@@ -33,7 +33,7 @@ python3.pkgs.buildPythonApplication rec {
   ];
 
   meta = with lib; {
-    description = "A formatter for reStructuredText";
+    description = "Formatter for reStructuredText";
     homepage = "https://github.com/dzhu/rstfmt";
     changelog = "https://github.com/dzhu/rstfmt/releases/tag/v${version}";
     license = licenses.mit;