diff options
author | Marius Bakke <[email protected]> | 2018-12-23 23:26:04 +0100 |
---|---|---|
committer | Marius Bakke <[email protected]> | 2018-12-23 23:26:04 +0100 |
commit | 02bf685d00238f74d28211e71d22a03f58e962cd (patch) | |
tree | 00d0bc1ef3fd74b6dc5d3ce68cb24835bf07a91f /gnu/packages/image-processing.scm | |
parent | 472c36bd36696cfe744e8a7b8f4d4ac5800e0f68 (diff) | |
parent | 8f2253af7da1c537b4c11e6b43c8d0a9f026b609 (diff) |
Merge branch 'master' into staging
Diffstat (limited to 'gnu/packages/image-processing.scm')
-rw-r--r-- | gnu/packages/image-processing.scm | 5 |
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+))) |