mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 10:30:43 +02:00
gnu: poco: Make description a full sentence.
* gnu/packages/cpp.scm (poco)[description]: Expand into a full sentence.
This commit is contained in:
parent
d643ef38ed
commit
4bfb75531c
1 changed files with 2 additions and 2 deletions
|
@ -1157,8 +1157,8 @@ of C++14 components that complements @code{std} and Boost.")
|
||||||
(("ENABLE_TESTS") "FALSE")))))))
|
(("ENABLE_TESTS") "FALSE")))))))
|
||||||
(home-page "https://pocoproject.org/")
|
(home-page "https://pocoproject.org/")
|
||||||
(synopsis "Portable C++ components")
|
(synopsis "Portable C++ components")
|
||||||
(description "A collection of libraries intended to be useful for building
|
(description "This package provides a collection of C++ libraries intended
|
||||||
network-based applications.")
|
to be useful for building network-based applications.")
|
||||||
(license license:boost1.0)))
|
(license license:boost1.0)))
|
||||||
|
|
||||||
(define-public aws-crt-cpp
|
(define-public aws-crt-cpp
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue