summaryrefslogtreecommitdiffhomepage
path: root/Gpg.hs
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2017-04-29 15:49:38 -0400
committerJoey Hess <joeyh@joeyh.name>2017-04-29 15:49:38 -0400
commit3b15adc07352714cb2bed9005ca829e980e033d6 (patch)
treed64e5d365e757a8bc5bb913e72ca15b5b79198b1 /Gpg.hs
parent298615008c3ce74b8891e72aacd867d46a134a38 (diff)
downloaddebug-me-3b15adc07352714cb2bed9005ca829e980e033d6.tar.gz
correction
Diffstat (limited to 'Gpg.hs')
-rw-r--r--Gpg.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Gpg.hs b/Gpg.hs
index 553acb2..4d387f8 100644
--- a/Gpg.hs
+++ b/Gpg.hs
@@ -96,8 +96,8 @@ gpgVerify gpgopts (GpgSigned pk (GpgSig (Val sig))) = do
, "--output", "-"
]
--- | Default keyservers to use. Note that only gpg 1 uses these;
--- gpg 2 has a default keyserver and ignores this option.
+-- | Default keyservers to use. Note that only gpg 1 needs this;
+-- gpg 2 has a default keyserver.
defaultKeyServers :: [String]
defaultKeyServers =
[ "pool.sks-keyservers.net"