guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/06: gnu: hidapi: Fix 'license'.


From: Ludovic Courtès
Subject: 02/06: gnu: hidapi: Fix 'license'.
Date: Wed, 9 Nov 2016 20:24:59 +0000 (UTC)

civodul pushed a commit to branch master
in repository guix.

commit 28791c1c8d43e14878f8cc67a15b6036699ec252
Author: Ludovic Courtès <address@hidden>
Date:   Wed Nov 9 12:06:38 2016 +0100

    gnu: hidapi: Fix 'license'.
    
    * gnu/packages/libusb.scm (hidapi)[license]: Actually call
    'non-copyleft'.
---
 gnu/packages/libusb.scm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/libusb.scm b/gnu/packages/libusb.scm
index 2c66eca..215cece 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")))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]