hidapi: add a comment on the license
hidapi allows the user to chose between GPLv3, BSD or HIDAPI license (more liberal).
This commit is contained in:
parent
c970104135
commit
28d98c701b
@ -15,6 +15,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://github.com/signal11/hidapi;
|
homepage = https://github.com/signal11/hidapi;
|
||||||
description = "Library for communicating with USB and Bluetooth HID devices";
|
description = "Library for communicating with USB and Bluetooth HID devices";
|
||||||
|
# Actually, you can chose between GPLv3, BSD or HIDAPI license (more liberal)
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
maintainers = with maintainers; [ wkennington ];
|
maintainers = with maintainers; [ wkennington ];
|
||||||
|
Loading…
Reference in New Issue
Block a user