1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-23 15:08:31 +02:00

gpg: fix typo (#4277)

This commit is contained in:
Anselm Schüler 2023-07-27 18:54:08 +02:00 committed by GitHub
parent ba2c0737cc
commit 8d243f7da1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {