summaryrefslogtreecommitdiff
path: root/lib/Transforms.hs
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Transforms.hs')
-rw-r--r--lib/Transforms.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Transforms.hs b/lib/Transforms.hs
index 8a1da73..f55bcc5 100644
--- a/lib/Transforms.hs
+++ b/lib/Transforms.hs
@@ -44,7 +44,7 @@ import Data.Bits ((.|.), (.&.), Bits)
44data KeyRingRuntime = KeyRingRuntime 44data KeyRingRuntime = KeyRingRuntime
45 { rtPubring :: FilePath -- ^ Path to the file represented by 'HomePub' 45 { rtPubring :: FilePath -- ^ Path to the file represented by 'HomePub'
46 , rtSecring :: FilePath -- ^ Path to the file represented by 'HomeSec' 46 , rtSecring :: FilePath -- ^ Path to the file represented by 'HomeSec'
47 , rtGrip :: Maybe String 47 , rtGrip :: Maybe Fingerprint
48 -- ^ Fingerprint or portion of a fingerprint used 48 -- ^ Fingerprint or portion of a fingerprint used
49 -- to identify the working GnuPG identity used to 49 -- to identify the working GnuPG identity used to
50 -- make signatures. 50 -- make signatures.