From c97010413540e0a8c4f7420b7d15f9040b9879d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Forsman?= Date: Sun, 7 Dec 2014 16:14:07 +0100 Subject: [PATCH] hidapi: update/fix description Description should start with capital letter. --- pkgs/development/libraries/hidapi/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ];