diff options
author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2022-04-05 20:23:05 +0200 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2022-04-05 21:17:59 +0200 |
commit | 4bfb75531c5e4ec2fb6f90a9a436366a312f4eef (patch) | |
tree | 67fa6650359e084e0056a3c7588cb47a4388ce9f /gnu/packages/cpp.scm | |
parent | d643ef38ed67a94d186c13cb6a5dc2f68c45b4ea (diff) | |
download | guix-4bfb75531c5e4ec2fb6f90a9a436366a312f4eef.tar.gz |
gnu: poco: Make description a full sentence.
* gnu/packages/cpp.scm (poco)[description]: Expand into a full sentence.
Diffstat (limited to 'gnu/packages/cpp.scm')
-rw-r--r-- | gnu/packages/cpp.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm index b0d4fdeb3e..ed2d957bed 100644 --- a/gnu/packages/cpp.scm +++ b/gnu/packages/cpp.scm @@ -1157,8 +1157,8 @@ of C++14 components that complements @code{std} and Boost.") (("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 |