nitrokey-app: fix typo in longDescription

This commit is contained in:
Luflosi 2022-01-25 15:17:09 +01:00
parent b05d2077eb
commit 745071926d
No known key found for this signature in database
GPG Key ID: 4E41E29EDCC345D0

View File

@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "Provides extra functionality for the Nitrokey Pro and Storage"; description = "Provides extra functionality for the Nitrokey Pro and Storage";
longDescription = '' 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. access the extra functionality of a Nitrokey Storage or Nitrokey Pro.
See https://www.nitrokey.com/ for more information. See https://www.nitrokey.com/ for more information.
''; '';