nixos/pgpkeyserver-lite: fix typo

Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
This commit is contained in:
figsoda 2022-12-18 11:35:23 -05:00 committed by GitHub
parent ec8cb34358
commit d48c2fd1ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,7 +41,7 @@ in
defaultText = literalExpression "head config.${sksOpt.hkpAddress}";
type = types.str;
description = lib.mdDoc ''
Which ip address the sks-keyserver is listening on.
Which IP address the sks-keyserver is listening on.
'';
};