From 8d243f7da13d6ee32f722a3f1afeced150b6d4da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anselm=20Sch=C3=BCler?= Date: Thu, 27 Jul 2023 18:54:08 +0200 Subject: [PATCH] gpg: fix typo (#4277) --- 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 ca1d15f8c..bc4cf4497 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 {