summaryrefslogtreecommitdiffstats
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.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/editors/texmaker/default.nix b/pkgs/applications/editors/texmaker/default.nix
index 28b04723eaeb..75f22da25163 100644
--- a/pkgs/applications/editors/texmaker/default.nix
+++ b/pkgs/applications/editors/texmaker/default.nix
@@ -24,10 +24,10 @@ mkDerivation rec {
meta = with lib; {
description = "TeX and LaTeX editor";
longDescription=''
- This editor is a full fledged IDE for TeX and
- LaTeX editing with completion, structure viewer, preview,
- spell checking and support of any compilation chain.
- '';
+ This editor is a full fledged IDE for TeX and
+ LaTeX editing with completion, structure viewer, preview,
+ spell checking and support of any compilation chain.
+ '';
homepage = "http://www.xm1math.net/texmaker/";
license = licenses.gpl2Plus;
platforms = platforms.linux;