about summary refs log tree commit diff
path: root/pkgs/development/libraries/libu2f-host
diff options
context:
space:
mode:
authorPhilip Potter <philip.g.potter@gmail.com>2015-05-03 15:29:42 +0100
committerPhilip Potter <philip.g.potter@gmail.com>2015-05-03 19:22:00 +0100
commit22167289794c080c50f092274de808543c7978c4 (patch)
tree990249295189b7e6ef0a2b215fbd0e2b4c15ae61 /pkgs/development/libraries/libu2f-host
parent0f8203d120dc0bd88b205b5f6ed5409d6b1e06ac (diff)
add support for pam_u2f to nixos pam module
This adds support for authenticating using a U2F device such as a
yubikey neo.
Diffstat (limited to 'pkgs/development/libraries/libu2f-host')
-rw-r--r--pkgs/development/libraries/libu2f-host/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/libu2f-host/default.nix b/pkgs/development/libraries/libu2f-host/default.nix
index f996216826acd..cda18e4e9bd6f 100644
--- a/pkgs/development/libraries/libu2f-host/default.nix
+++ b/pkgs/development/libraries/libu2f-host/default.nix
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     homepage = https://developers.yubico.com/libu2f-host;
-    description = "a C library and command-line tool thati mplements the host-side of the U2F protocol";
+    description = "A C library and command-line tool thati mplements the host-side of the U2F protocol";
     license = licenses.bsd2;
     platforms = platforms.unix;
     maintainers = with maintainers; [ wkennington ];