mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 22:26:40 -05:00
gnu: python-colorama: Fix typo in synopsis.
* gnu/packages/python.scm (python-colorama)[synopsis]: Capitalise.
This commit is contained in:
parent
f92576f963
commit
46e110cca5
1 changed files with 1 additions and 1 deletions
|
@ -8620,7 +8620,7 @@ (define-public python-colorama
|
|||
(base32
|
||||
"0avqkn6362v7k2kg3afb35g4sfdvixjgy890clip4q174p9whhz0"))))
|
||||
(build-system python-build-system)
|
||||
(synopsis "colored terminal text rendering for Python")
|
||||
(synopsis "Colored terminal text rendering for Python")
|
||||
(description "Colorama is a Python library for rendering colored terminal
|
||||
text.")
|
||||
(home-page "https://pypi.python.org/pypi/colorama")
|
||||
|
|
Loading…
Reference in a new issue