summaryrefslogtreecommitdiff
path: root/pkgs/by-name/yu/yubihsm-shell/package.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/by-name/yu/yubihsm-shell/package.nix')
-rw-r--r--pkgs/by-name/yu/yubihsm-shell/package.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/by-name/yu/yubihsm-shell/package.nix b/pkgs/by-name/yu/yubihsm-shell/package.nix
index 3a7bf5564bfc..4f9354ea4316 100644
--- a/pkgs/by-name/yu/yubihsm-shell/package.nix
+++ b/pkgs/by-name/yu/yubihsm-shell/package.nix
@@ -63,7 +63,7 @@ stdenv.mkDerivation rec {
hardeningDisable = [ "fortify3" ];
meta = with lib; {
- description = "yubihsm-shell and libyubihsm";
+ description = "Thin wrapper around libyubihsm providing both an interactive and command-line interface to a YubiHSM";
homepage = "https://github.com/Yubico/yubihsm-shell";
maintainers = with maintainers; [ matthewcroughan ];
license = licenses.asl20;