Skip to content
Snippets Groups Projects
Commit e89fa047 authored by David Thompson's avatar David Thompson
Browse files

gnu: jack-1: Fix licenses.

* gnu/packages/audio.scm (jack-1): Change license field to a list of licenses
  instead of a list of symbols.
parent 8c6c91fe
No related branches found
No related tags found
No related merge requests found
...@@ -54,4 +54,4 @@ (define-public jack-1 ...@@ -54,4 +54,4 @@ (define-public jack-1
synchronous execution of all clients, and low latency operation.") synchronous execution of all clients, and low latency operation.")
;; Most files are licensed under the GPL. However, the libjack/ tree is ;; Most files are licensed under the GPL. However, the libjack/ tree is
;; licensed under the LGPL in order to allow for proprietary usage. ;; licensed under the LGPL in order to allow for proprietary usage.
(license '(license:gpl2+ license:lgpl2.1+)))) (license (list license:gpl2+ license:lgpl2.1+))))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment