about summary refs log tree commit diff
path: root/pkgs/by-name/pd/pdfannots2json/package.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/by-name/pd/pdfannots2json/package.nix')
-rw-r--r--pkgs/by-name/pd/pdfannots2json/package.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/by-name/pd/pdfannots2json/package.nix b/pkgs/by-name/pd/pdfannots2json/package.nix
index 9d32f9a7c92cf..23776a452752b 100644
--- a/pkgs/by-name/pd/pdfannots2json/package.nix
+++ b/pkgs/by-name/pd/pdfannots2json/package.nix
@@ -19,7 +19,7 @@ in
     meta = with lib; {
       homepage = "https://github.com/mgmeyers/pdfannots2json";
       license = licenses.agpl3Only;
-      description = "A tool to convert PDF annotations to JSON";
+      description = "Tool to convert PDF annotations to JSON";
       mainProgram = "pdfannots2json";
       maintainers = with maintainers; [ _0nyr ];
     };