Merge pull request #156711 from Luflosi/nitrokey-app-fix-typo

nitrokey-app: fix typo in longDescription
This commit is contained in:
Bobby Rong
2022-01-26 19:49:19 +08:00
committed by GitHub
+1 -1
View File
@@ -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.
'';