summary refs log tree commit diff
path: root/pkgs/applications/misc/green-pdfviewer/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/misc/green-pdfviewer/default.nix')
-rw-r--r--pkgs/applications/misc/green-pdfviewer/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/green-pdfviewer/default.nix b/pkgs/applications/misc/green-pdfviewer/default.nix
index d86db7adb9d..4e888f4faac 100644
--- a/pkgs/applications/misc/green-pdfviewer/default.nix
+++ b/pkgs/applications/misc/green-pdfviewer/default.nix
@@ -28,7 +28,7 @@ stdenv.mkDerivation {
   '';
 
   meta = with stdenv.lib; {
-    homepage = https://github.com/schandinat/green/;
+    homepage = "https://github.com/schandinat/green/";
     description = "Viewer for PDF files, uses SDL and libpoppler";
 
     platforms = platforms.unix;