mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: lttng-ust: Fix license.
* gnu/packages/instrumentation.scm (lttng-ust): Fix license. [license]: Set to lgpl2.1 and expat. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
59e8037312
commit
c95e9ddd6f
1 changed files with 1 additions and 1 deletions
|
@ -223,7 +223,7 @@ with the script @command{flamegraph.pl} and many stackcollapse scripts.")
|
|||
user space tracer. It receives commands from a session daemon, for example to
|
||||
enable and disable specific instrumentation points, and writes event records
|
||||
to ring buffers shared with a consumer daemon.")
|
||||
(license license:lgpl2.1+)))
|
||||
(license (list license:lgpl2.1 license:expat))))
|
||||
|
||||
(define-public lttng-tools
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue