aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2023-07-23 02:00:00 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2023-07-30 02:00:00 +0200
commit5ecf70535d56b68fc03e4ee26063d872e57cae78 (patch)
tree06ab848f5ebf45f145632daa2abc59cdf8812b3a /gnu
parent2c7f12a6cb3f8a6646098ef8985c0f6061ccd3fc (diff)
downloadguix-5ecf70535d56b68fc03e4ee26063d872e57cae78.tar.gz
guix-5ecf70535d56b68fc03e4ee26063d872e57cae78.zip
gnu: libtraceevent: Tweak description.
* gnu/packages/linux.scm (libtraceevent)[description]: Do grammar.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/linux.scm4
1 files 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))))