1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-16 03:50:45 +02:00

gnu: python-scour: Fix typo in description.

* gnu/packages/python-xyz.scm (python-scour)[description]: Fix typo.
This commit is contained in:
Tobias Geerinckx-Rice 2021-04-09 19:57:11 +02:00
parent 3cca373b2e
commit 6036df8810
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1985,7 +1985,7 @@ human-friendly syntax.")
(build-system python-build-system) (build-system python-build-system)
(home-page "https://github.com/scour-project/scour") (home-page "https://github.com/scour-project/scour")
(synopsis "Scour is an SVG optimizer/cleaner written in Python") (synopsis "Scour is an SVG optimizer/cleaner written in Python")
(description "The goal of Scour is to output a file that renderes (description "The goal of Scour is to output a file that renders
identically at a fraction of the size by removing a lot of redundant identically at a fraction of the size by removing a lot of redundant
information created by most SVG editors. Optimization options are typically information created by most SVG editors. Optimization options are typically
lossless but can be tweaked for more aggressive cleaning.") lossless but can be tweaked for more aggressive cleaning.")