diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2021-12-29 22:37:29 -0800 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2021-12-29 22:50:03 -0800 |
commit | b950480a1d4894d303811c0f411a1a0cf81d5728 (patch) | |
tree | 03ee5312ce0eafec413e3d7e2f5e453c04909c69 /gnu/packages | |
parent | 757158a9c435f523f049d84deb80e3932e060e80 (diff) | |
download | guix-b950480a1d4894d303811c0f411a1a0cf81d5728.tar.gz guix-b950480a1d4894d303811c0f411a1a0cf81d5728.zip |
gnu: texlive-charter: Fix trailing whitespace in description.
* gnu/packages/tex.scm (texlive-charter)[description]: Fix trailing
whitespace.
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 dc3c6eb790..f09e1358ab 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -8241,7 +8241,7 @@ package, such as @command{natbib} as well).") (description "This package provides a copy of the Charter Type-1 fonts which Bitstream contributed to the X consortium, renamed for use with TeX. Support for use with LaTeX is available in @code{freenfss}, part of -@command{psnfss}. ") +@command{psnfss}.") (license (license:non-copyleft "http://mirrors.ctan.org/fonts/charter/readme.charter")))) |