From 745071926d3716b69d1c53f3f009f912c16b65f8 Mon Sep 17 00:00:00 2001 From: Luflosi Date: Tue, 25 Jan 2022 15:17:09 +0100 Subject: [PATCH] nitrokey-app: fix typo in longDescription --- pkgs/tools/security/nitrokey-app/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/security/nitrokey-app/default.nix b/pkgs/tools/security/nitrokey-app/default.nix index bc7731a0a7aa..d6f2e20611d2 100644 --- a/pkgs/tools/security/nitrokey-app/default.nix +++ b/pkgs/tools/security/nitrokey-app/default.nix @@ -31,7 +31,7 @@ stdenv.mkDerivation rec { meta = with lib; { description = "Provides extra functionality for the Nitrokey Pro and Storage"; longDescription = '' - The nitrokey-app provides a QT system tray widget with wich you can + The nitrokey-app provides a QT system tray widget with which you can access the extra functionality of a Nitrokey Storage or Nitrokey Pro. See https://www.nitrokey.com/ for more information. '';