summary refs log tree commit diff
path: root/pkgs/applications/editors/texmaker/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/editors/texmaker/default.nix')
-rw-r--r--pkgs/applications/editors/texmaker/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/texmaker/default.nix b/pkgs/applications/editors/texmaker/default.nix
index c45025dd80c..0b78ff54c35 100644
--- a/pkgs/applications/editors/texmaker/default.nix
+++ b/pkgs/applications/editors/texmaker/default.nix
@@ -28,7 +28,7 @@ mkDerivation rec {
 	LaTeX editing with completion, structure viewer, preview,
 	spell checking and support of any compilation chain.
 	'';
-    homepage = http://www.xm1math.net/texmaker/;
+    homepage = "http://www.xm1math.net/texmaker/";
     license = licenses.gpl2Plus;
     platforms = platforms.linux;
     maintainers = with maintainers; [ cfouche markuskowa ];