diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2024-06-21 09:00:51 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-08-31 10:45:33 +0200 |
commit | 1ba7743b5a83483f3d8d4f522fc90077a771f06b (patch) | |
tree | a1c9fc21489d618fe72de20ff84c1bc5716706bf /gnu | |
parent | 0f4dc1a9638a537cc484a1c2a9530ac0c0e428e2 (diff) | |
download | guix-1ba7743b5a83483f3d8d4f522fc90077a771f06b.tar guix-1ba7743b5a83483f3d8d4f522fc90077a771f06b.tar.gz |
gnu: texlive-scripts: Fix typo in description.
* gnu/packages/tex.scm (texlive-scripts)[description]: Fix typo.
Change-Id: I6a495a44f65549d0250f179c75c231b665b006b2
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/tex.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index bd495c18f4..114726510d 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -508,7 +508,7 @@ of user-specified directories similar to how shells look up executables.") (synopsis "TeX Live infrastructure programs") (description "This package provides core TeX Live scripts such as @code{updmap}, -@code{fmtutil}, and @code{tlmgr}. It is is automatically installed alongside +@code{fmtutil}, and @code{tlmgr}. It is automatically installed alongside @code{texlive-bin}.") (license (license:fsf-free "https://www.tug.org/texlive/copying.html")))) |