mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-ansi2html: Fix typo in description.
* gnu/packages/python-xyz.scm (python-ansi2html)[description]: Fix typo.
This commit is contained in:
parent
61d02cecd9
commit
d392226f4a
1 changed files with 1 additions and 1 deletions
|
@ -14523,7 +14523,7 @@ to ansi-escaped strings suitable for display in a terminal.")
|
||||||
(synopsis "Convert ANSI-decorated console output to HTML")
|
(synopsis "Convert ANSI-decorated console output to HTML")
|
||||||
(description
|
(description
|
||||||
"@command{ansi2html} is a Python library and command line utility for
|
"@command{ansi2html} is a Python library and command line utility for
|
||||||
convering text with ANSI color codes to HTML or LaTeX.")
|
converting text with ANSI color codes to HTML or LaTeX.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public python2-ansi2html
|
(define-public python2-ansi2html
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue