aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2018-12-23 21:27:19 +0100
committerMarius Bakke <mbakke@fastmail.com>2018-12-23 23:22:20 +0100
commit37c1cf89fdc54db935423411c57793703e823ade (patch)
tree8c53eed7c729cf3c93b569666d0b050ff54c05e9
parent684633e2cf8f35f7858937677248cd487963d001 (diff)
downloadguix-37c1cf89fdc54db935423411c57793703e823ade.tar
guix-37c1cf89fdc54db935423411c57793703e823ade.tar.gz
gnu: vips: Update synopsis and description.
* gnu/packages/image-processing.scm (vips)[synopsis]: Remove leading article. [description]: Add punctuation.
-rw-r--r--gnu/packages/image-processing.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/image-processing.scm b/gnu/packages/image-processing.scm
index df0099c7df..846d498cec 100644
--- a/gnu/packages/image-processing.scm
+++ b/gnu/packages/image-processing.scm
@@ -440,6 +440,7 @@ vision algorithms. It can be used to do things like:
("expat" ,expat)
("hdf5" ,hdf5)))
(home-page "https://libvips.github.io/libvips/")
- (synopsis "A free image processing system")
- (description "vips is a demand-driven, horizontally threaded image processing library")
+ (synopsis "Image processing system")
+ (description
+ "vips is a demand-driven, horizontally threaded image processing library.")
(license license:lgpl2.1+)))