summary refs log tree commit diff
path: root/pkgs/development/libraries/hidapi
diff options
context:
space:
mode:
authorBjørn Forsman <bjorn.forsman@gmail.com>2014-12-07 16:14:07 +0100
committerBjørn Forsman <bjorn.forsman@gmail.com>2014-12-07 16:14:07 +0100
commitc97010413540e0a8c4f7420b7d15f9040b9879d0 (patch)
treef82bb597c10c0217da8c89aa57254d4fbb4b5ae9 /pkgs/development/libraries/hidapi
parent0d4843a38871e9addb9e9c19dd94c4fec4783c63 (diff)
downloadnixlib-c97010413540e0a8c4f7420b7d15f9040b9879d0.tar
nixlib-c97010413540e0a8c4f7420b7d15f9040b9879d0.tar.gz
nixlib-c97010413540e0a8c4f7420b7d15f9040b9879d0.tar.bz2
nixlib-c97010413540e0a8c4f7420b7d15f9040b9879d0.tar.lz
nixlib-c97010413540e0a8c4f7420b7d15f9040b9879d0.tar.xz
nixlib-c97010413540e0a8c4f7420b7d15f9040b9879d0.tar.zst
nixlib-c97010413540e0a8c4f7420b7d15f9040b9879d0.zip
hidapi: update/fix description
Description should start with capital letter.
Diffstat (limited to 'pkgs/development/libraries/hidapi')
-rw-r--r--pkgs/development/libraries/hidapi/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/hidapi/default.nix b/pkgs/development/libraries/hidapi/default.nix
index a6259ac23cc9..f795945d5498 100644
--- a/pkgs/development/libraries/hidapi/default.nix
+++ b/pkgs/development/libraries/hidapi/default.nix
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     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;
     platforms = platforms.unix;
     maintainers = with maintainers; [ wkennington ];