mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01: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 @@ (define-public python-ansi2html
|
|||
(synopsis "Convert ANSI-decorated console output to HTML")
|
||||
(description
|
||||
"@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+)))
|
||||
|
||||
(define-public python2-ansi2html
|
||||
|
|
Loading…
Reference in a new issue