gnu: hidapi: Fix 'license'.
* gnu/packages/libusb.scm (hidapi)[license]: Actually call 'non-copyleft'.
This commit is contained in:
parent
624144e0e7
commit
28791c1c8d
|
@ -237,4 +237,4 @@ HID-Class devices.")
|
||||||
;; HIDAPI can be used under one of three licenses.
|
;; HIDAPI can be used under one of three licenses.
|
||||||
(license (list gpl3
|
(license (list gpl3
|
||||||
bsd-3
|
bsd-3
|
||||||
non-copyleft "file://LICENSE-orig.txt"))))
|
(non-copyleft "file://LICENSE-orig.txt")))))
|
||||||
|
|
Loading…
Reference in New Issue