diff options
Diffstat (limited to 'gnu')
-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 |