mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05: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 @@ (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
|
||||
|
|
Loading…
Reference in a new issue