diff options
author | Ludovic Courtès <ludo@gnu.org> | 2016-11-09 12:06:38 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-11-09 21:24:44 +0100 |
commit | 28791c1c8d43e14878f8cc67a15b6036699ec252 (patch) | |
tree | abc8e7b96e4d694abb0c859fcad0fa3bced5a8ca /gnu | |
parent | 624144e0e7f5b88da846b395d5b51e3bf6f9591c (diff) | |
download | patches-28791c1c8d43e14878f8cc67a15b6036699ec252.tar patches-28791c1c8d43e14878f8cc67a15b6036699ec252.tar.gz |
gnu: hidapi: Fix 'license'.
* gnu/packages/libusb.scm (hidapi)[license]: Actually call
'non-copyleft'.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/libusb.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/libusb.scm b/gnu/packages/libusb.scm index 2c66eca372..215cecee1f 100644 --- a/gnu/packages/libusb.scm +++ b/gnu/packages/libusb.scm @@ -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"))))) |