yubico-piv-tool: add description fields (#18322)

This commit is contained in:
Chris Martin 2016-09-05 17:33:46 -04:00 committed by Franz Pletz
parent ccd5c6e47c
commit e8b1555524

View File

@ -14,7 +14,17 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = https://developers.yubico.com/yubico-piv-tool/;
description = "";
description = ''
Used for interacting with the Privilege and Identification Card (PIV)
application on a YubiKey
'';
longDescription = ''
The Yubico PIV tool is used for interacting with the Privilege and
Identification Card (PIV) application on a YubiKey.
With it you may generate keys on the device, importing keys and
certificates, and create certificate requests, and other operations.
A shared library and a command-line tool is included.
'';
maintainers = with maintainers; [ wkennington ];
license = licenses.bsd2;
platforms = platforms.all;