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:
Vagrant Cascadian 2021-11-17 17:56:32 -08:00
parent 6fc80d9d4c
commit de0a3b578e
No known key found for this signature in database
GPG key ID: DC518FC87F9716AA

View file

@ -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.