gnu: poco: Make description a full sentence.

* gnu/packages/cpp.scm (poco)[description]: Expand into a full sentence.
This commit is contained in:
Liliana Marie Prikler 2022-04-05 20:23:05 +02:00
parent d643ef38ed
commit 4bfb75531c
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -1157,8 +1157,8 @@ (define-public poco
(("ENABLE_TESTS") "FALSE")))))))
(home-page "https://pocoproject.org/")
(synopsis "Portable C++ components")
(description "A collection of libraries intended to be useful for building
network-based applications.")
(description "This package provides a collection of C++ libraries intended
to be useful for building network-based applications.")
(license license:boost1.0)))
(define-public aws-crt-cpp