~ruther/guix-local

e89fa047f76048ac907756a5f08ddc06c84c6c40 — David Thompson 11 years ago 8c6c91f
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.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/audio.scm
M gnu/packages/audio.scm => gnu/packages/audio.scm +1 -1
@@ 54,4 54,4 @@ professional audio work.  This means that it focuses on two key areas:
synchronous execution of all clients, and low latency operation.")
    ;; Most files are licensed under the GPL. However, the libjack/ tree is
    ;; licensed under the LGPL in order to allow for proprietary usage.
    (license '(license:gpl2+ license:lgpl2.1+))))
    (license (list license:gpl2+ license:lgpl2.1+))))