about summary refs log tree commit diff
path: root/pkgs/applications/graphics/pdfcpu/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/graphics/pdfcpu/default.nix')
-rw-r--r--pkgs/applications/graphics/pdfcpu/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/graphics/pdfcpu/default.nix b/pkgs/applications/graphics/pdfcpu/default.nix
index 77458c3cc5af..d8ca4fbcabf1 100644
--- a/pkgs/applications/graphics/pdfcpu/default.nix
+++ b/pkgs/applications/graphics/pdfcpu/default.nix
@@ -60,7 +60,7 @@ buildGoModule rec {
   subPackages = [ "cmd/pdfcpu" ];
 
   meta = with lib; {
-    description = "A PDF processor written in Go";
+    description = "PDF processor written in Go";
     homepage = "https://pdfcpu.io";
     license = licenses.asl20;
     maintainers = with maintainers; [ doronbehar ];