From 8486fe602dd925b582413bda4e5836c58765674d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anselm=20Sch=C3=BCler?= Date: Thu, 27 Jul 2023 18:22:28 +0200 Subject: [PATCH] gpg: fix typo --- modules/programs/gpg.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/programs/gpg.nix b/modules/programs/gpg.nix index ca1d15f8c9d3..bc4cf4497946 100644 --- a/modules/programs/gpg.nix +++ b/modules/programs/gpg.nix @@ -147,7 +147,7 @@ in { defaultText = literalExpression "pkgs.gnupg"; example = literalExpression "pkgs.gnupg23"; description = - "The Gnupg package to use (also used the gpg-agent service)."; + "The Gnupg package to use (also used by the gpg-agent service)."; }; settings = mkOption {