summary refs log tree commit diff
path: root/pkgs/tools/text/enscript/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/text/enscript/default.nix')
-rw-r--r--pkgs/tools/text/enscript/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/text/enscript/default.nix b/pkgs/tools/text/enscript/default.nix
index 24ac649026a..670e052772e 100644
--- a/pkgs/tools/text/enscript/default.nix
+++ b/pkgs/tools/text/enscript/default.nix
@@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
 
     license = stdenv.lib.licenses.gpl3Plus;
 
-    homepage = https://www.gnu.org/software/enscript/;
+    homepage = "https://www.gnu.org/software/enscript/";
 
     maintainers = [ ];
     platforms = stdenv.lib.platforms.all;