mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: hotspot: Fix typo in description.
* gnu/packages/linux.scm (hotspot)[description]: Remove the typo. Change-Id: Ie1614a51be08bc70eca633ef553e76dda5662a4a
This commit is contained in:
parent
afdb5af46b
commit
8bfa893dd2
1 changed files with 1 additions and 1 deletions
|
@ -7384,7 +7384,7 @@ (define-public hotspot
|
|||
(home-page "https://github.com/KDAB/hotspot")
|
||||
(synopsis "Performance analysis GUI for Linux perf")
|
||||
(description "Hotspot is a standalone GUI for performance data analysis.
|
||||
It aims to be similar to KCachegrind, but for data collected with the
|
||||
It aims to be similar to KCachegrind, but for data collected with
|
||||
@command{perf}, a profiler for use with the kernel Linux. Its main feature is
|
||||
graphically visualizing a @file{perf.data} file.")
|
||||
(license (list license:gpl2+ license:gpl3+)))) ;dual licensed
|
||||
|
|
Loading…
Reference in a new issue