guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: poco: Make description a full sentence.


From: guix-commits
Subject: branch master updated: gnu: poco: Make description a full sentence.
Date: Tue, 05 Apr 2022 15:24:01 -0400

This is an automated email from the git hooks/post-receive script.

lilyp pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 4bfb75531c gnu: poco: Make description a full sentence.
4bfb75531c is described below

commit 4bfb75531c5e4ec2fb6f90a9a436366a312f4eef
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Tue Apr 5 20:23:05 2022 +0200

    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(-)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]