nckx pushed a commit to branch master
in repository guix.
commit 5ecf70535d56b68fc03e4ee26063d872e57cae78
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Sun Jul 23 02:00:00 2023 +0200
gnu: libtraceevent: Tweak description.
* gnu/packages/linux.scm (libtraceevent)[description]: Do grammar.
---
gnu/packages/linux.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 595866699e..e5f39d7ff1 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -9970,8 +9970,8 @@ older system-wide @file{/sys} interface.")
(delete 'configure)))) ; no configure script
(home-page
"https://git.kernel.org/pub/scm/libs/libtrace/libtraceevent.git/")
(synopsis "Linux kernel trace event library")
- (description "This package provides library to parse raw trace event
-formats.")
+ (description
+ "This library parses raw Linux kernel trace event formats.")
(license (list license:gpl2
license:lgpl2.1))))