gnu: quazip-0: Fix trailing whitespace in description.

* gnu/packages/compression.scm (quazip-0)[description]: Fix trailing
  whitespace.
This commit is contained in:
Vagrant Cascadian 2021-12-29 22:13:13 -08:00
parent 70ddfa230d
commit fdeec5c52c
No known key found for this signature in database
GPG key ID: DC518FC87F9716AA

View file

@ -2282,7 +2282,7 @@ API, and that means that you can also use QTextStream, QDataStream or
whatever you would like to use on your zipped files. whatever you would like to use on your zipped files.
QuaZIP provides complete abstraction of the ZIP/UNZIP API, for both QuaZIP provides complete abstraction of the ZIP/UNZIP API, for both
reading from and writing to ZIP archives. ") reading from and writing to ZIP archives.")
;; Project is distributed under LGPL, but "quazip/z*" "quazip/unzip.*" are ;; Project is distributed under LGPL, but "quazip/z*" "quazip/unzip.*" are
;; distributed under zlib terms. ;; distributed under zlib terms.
(license (list license:lgpl2.1+ license:zlib)))) (license (list license:lgpl2.1+ license:zlib))))