summaryrefslogtreecommitdiffhomepage
path: root/BackupRecord.hs
diff options
context:
space:
mode:
Diffstat (limited to 'BackupRecord.hs')
-rw-r--r--BackupRecord.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/BackupRecord.hs b/BackupRecord.hs
index 6d150e1..0a90de2 100644
--- a/BackupRecord.hs
+++ b/BackupRecord.hs
@@ -33,7 +33,7 @@ import qualified Data.ByteString.Lazy as B
-- this should only half the password crack time at worst.
data BackupRecord = BackupRecord
{ backupDate :: POSIXTime
- , backupServers :: [HostName]
+ , backupServers :: [ServerName]
, secretKeySource :: SecretKeySource
, passwordEntropy :: Int
} deriving (Show, Generic)