diff options
author | Matthew Kraai <kraai@ftbfs.org> | 2020-04-25 03:51:34 -0700 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2020-04-25 22:23:20 +0200 |
commit | ba11dddbfe93d49770cbe40c81a96ead86a69c15 (patch) | |
tree | 87d2e61b654a1f48ccd005fa4081579921282458 /gnu/packages | |
parent | e54acdfe162feb98b0e0c0abb7413d3bbe2508f4 (diff) | |
download | guix-ba11dddbfe93d49770cbe40c81a96ead86a69c15.tar guix-ba11dddbfe93d49770cbe40c81a96ead86a69c15.tar.gz |
gnu: texlive-latex-pdfx: Fix typo.
* gnu/packages/tex.scm (texlive-latex-pdfx)[description]: Fix typo.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Diffstat (limited to 'gnu/packages')
-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 91d3ee6295..d5bcff0371 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -7068,7 +7068,7 @@ the file to which it applies.") (home-page "https://www.ctan.org/pkg/pdfx") (synopsis "PDF/X and PDF/A support for pdfTeX, LuaTeX and XeTeX") (description - "This package helps LaTeX users to create PDF/X, PFD/A and other + "This package helps LaTeX users to create PDF/X, PDF/A and other standards-compliant PDF documents with pdfTeX, LuaTeX and XeTeX.") (license license:lppl1.2+))) |