gnu: hidapi: Fix 'license'.

* gnu/packages/libusb.scm (hidapi)[license]: Actually call
'non-copyleft'.
master
Ludovic Courtès 2016-11-09 12:06:38 +01:00
parent 624144e0e7
commit 28791c1c8d
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 1 deletions

View File

@ -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")))))