mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: pngcrush: Edit description.
* gnu/packages/image.scm (pngcrush)[description]: Fix typo. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
This commit is contained in:
parent
3563220e1e
commit
85a4531f64
1 changed files with 2 additions and 2 deletions
|
@ -250,8 +250,8 @@ (define-public pngcrush
|
|||
("zlib" , zlib)))
|
||||
(home-page "https://pmt.sourceforge.io/pngcrush")
|
||||
(synopsis "Utility to compress PNG files")
|
||||
(description "pngcrusqh is an optimizer for PNG (Portable Network Graphics)
|
||||
files. It can compress them as much as 40% losslessly.")
|
||||
(description "Pngcrush optimizes @acronym{PNG, Portable Network Graphics}
|
||||
images. It can further losslessly compress them by as much as 40%.")
|
||||
(license license:zlib)))
|
||||
|
||||
(define-public pngcrunch
|
||||
|
|
Loading…
Reference in a new issue