mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: texlive-scripts: Fix typo in description.
* gnu/packages/tex.scm (texlive-scripts)[description]: Fix typo. Change-Id: I6a495a44f65549d0250f179c75c231b665b006b2
This commit is contained in:
parent
0f4dc1a963
commit
1ba7743b5a
1 changed files with 1 additions and 1 deletions
|
@ -508,7 +508,7 @@ (define-public texlive-scripts
|
||||||
(synopsis "TeX Live infrastructure programs")
|
(synopsis "TeX Live infrastructure programs")
|
||||||
(description
|
(description
|
||||||
"This package provides core TeX Live scripts such as @code{updmap},
|
"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}.")
|
@code{texlive-bin}.")
|
||||||
(license (license:fsf-free "https://www.tug.org/texlive/copying.html"))))
|
(license (license:fsf-free "https://www.tug.org/texlive/copying.html"))))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue