hidapi: update/fix description
Description should start with capital letter.
This commit is contained in:
parent
0d4843a388
commit
c970104135
@ -14,7 +14,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 = "for communicating with USB and Bluetooth HID devices";
|
description = "Library for communicating with USB and Bluetooth HID devices";
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
maintainers = with maintainers; [ wkennington ];
|
maintainers = with maintainers; [ wkennington ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user