guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: libite: Edit synopsis and description.


From: guix-commits
Subject: 02/03: gnu: libite: Edit synopsis and description.
Date: Thu, 23 Dec 2021 13:38:28 -0500 (EST)

mothacehe pushed a commit to branch master
in repository guix.

commit aa3cb57aabf9f28a2ffaa4355bd654ebe03356dd
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Thu Dec 23 18:26:46 2021 +0100

    gnu: libite: Edit synopsis and description.
    
    * gnu/packages/linux.scm (libite)[synopsis]: Improve it.
    [description]: Ditto.
---
 gnu/packages/linux.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 8e61fa4..e2be006 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -4920,10 +4920,10 @@ capabilities of the Linux kernel.")
              ;; create pidfile in /tmp instead of /var
              (substitute* "test/pidfile.c" (("/var/tmp") "/tmp")))))))
     (native-inputs (list autoconf automake libtool which))
-    (synopsis "Missing pieces in GNU libc")
-    (description "This package provides many of the missing pieces in GNU libc.
-Most notably the string functions: strlcpy(3), strlcat(3) and the highly
-useful *BSD sys/queue.h and sys/tree.h API's")
+    (synopsis "Library providing missing pieces in GNU libc")
+    (description "This package provides many of the missing pieces in GNU
+libc.  Most notably the string functions: strlcpy(3), strlcat(3) and the *BSD
+sys/queue.h and sys/tree.h API's.")
     (home-page "https://troglobit.com/projects/libite/";)
     (license license:expat)))
 



reply via email to

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