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 f31506ce733..b127be821c1 100644
--- a/pkgs/applications/graphics/pdfcpu/default.nix
+++ b/pkgs/applications/graphics/pdfcpu/default.nix
@@ -17,7 +17,7 @@ buildGoModule rec {
 
   meta = with stdenv.lib; {
     description = "A PDF processor written in Go";
-    homepage = https://pdfcpu.io;
+    homepage = "https://pdfcpu.io";
     license = licenses.asl20;
     maintainers = with maintainers; [ doronbehar ];
     platforms = platforms.all;