From 4bfb75531c5e4ec2fb6f90a9a436366a312f4eef Mon Sep 17 00:00:00 2001 From: Liliana Marie Prikler Date: Tue, 5 Apr 2022 20:23:05 +0200 Subject: gnu: poco: Make description a full sentence. * gnu/packages/cpp.scm (poco)[description]: Expand into a full sentence. --- gnu/packages/cpp.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/cpp.scm') 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 -- cgit v1.2.3