about summary refs log tree commit diff
path: root/pkgs/tools/misc/noteshrink
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/misc/noteshrink')
-rw-r--r--pkgs/tools/misc/noteshrink/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/noteshrink/default.nix b/pkgs/tools/misc/noteshrink/default.nix
index b197e9bc5d2e..b934b1288703 100644
--- a/pkgs/tools/misc/noteshrink/default.nix
+++ b/pkgs/tools/misc/noteshrink/default.nix
@@ -17,7 +17,7 @@ buildPythonApplication rec {
 
   meta = with stdenv.lib; {
     description = "Convert scans of handwritten notes to beautiful, compact PDFs";
-    homepage    = https://mzucker.github.io/2016/09/20/noteshrink.html;
+    homepage    = "https://mzucker.github.io/2016/09/20/noteshrink.html";
     license     = licenses.mit;
     maintainers = with maintainers; [ rnhmjoj ];
   };