mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: python-ueberzug: Fix typo.
* gnu/packages/python-xyz.scm (python-ueberzug)[description]: Use "draws" instead of "allows to draw".
This commit is contained in:
parent
6fc80d9d4c
commit
de0a3b578e
1 changed files with 1 additions and 1 deletions
|
@ -331,7 +331,7 @@ (define-public python-ueberzug
|
|||
("python-xlib" ,python-xlib)))
|
||||
(home-page "https://github.com/seebye/ueberzug")
|
||||
(synopsis "Command line util to display images in combination with X11")
|
||||
(description "Überzug is a command line util which allows to draw images on
|
||||
(description "Überzug is a command line util which draws images on
|
||||
terminals by using child windows. The advantages of using Überzug are:
|
||||
@itemize
|
||||
@item No race conditions as a new window is created to display images.
|
||||
|
|
Loading…
Reference in a new issue