Unverified Commit 499361c8 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

nixos/gnupg: fix typo (#361074)

parents 586f6130 2ae24b12
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -58,7 +58,7 @@ in
      defaultText = lib.literalMD "matching the configured desktop environment or `pkgs.pinentry-curses`";
      description = ''
        Which pinentry package to use. The path to the mainProgram as defined in
        the package's meta attriutes will be set in /etc/gnupg/gpg-agent.conf.
        the package's meta attributes will be set in /etc/gnupg/gpg-agent.conf.
        If not set by the user, it'll pick an appropriate flavor depending on the
        system configuration (qt flavor for lxqt and plasma5, gtk2 for xfce,
        gnome3 on all other systems with X enabled, curses otherwise).