~ruther/guix-local

28791c1c8d43e14878f8cc67a15b6036699ec252 — Ludovic Courtès 9 years ago 624144e
gnu: hidapi: Fix 'license'.

* gnu/packages/libusb.scm (hidapi)[license]: Actually call
'non-copyleft'.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/libusb.scm
M gnu/packages/libusb.scm => gnu/packages/libusb.scm +1 -1
@@ 237,4 237,4 @@ HID-Class devices.")
    ;; HIDAPI can be used under one of three licenses.
    (license (list gpl3
                   bsd-3
                   non-copyleft "file://LICENSE-orig.txt"))))
                   (non-copyleft "file://LICENSE-orig.txt")))))