summary refs log tree commit diff
path: root/pkgs/tools/misc/latex2html
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/misc/latex2html')
-rw-r--r--pkgs/tools/misc/latex2html/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/latex2html/default.nix b/pkgs/tools/misc/latex2html/default.nix
index 596a72ee5ac..57d29437a21 100644
--- a/pkgs/tools/misc/latex2html/default.nix
+++ b/pkgs/tools/misc/latex2html/default.nix
@@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
       commands.
     '';
 
-    homepage = "https://www.ctan.org/pkg/latex2html";
+    homepage = https://www.ctan.org/pkg/latex2html;
 
     license = licenses.gpl2;
     platforms = with platforms; linux ++ darwin;