summaryrefslogtreecommitdiffhomepage
path: root/Servers.hs
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2016-09-22 10:45:42 -0400
committerJoey Hess <joeyh@joeyh.name>2016-09-22 10:45:42 -0400
commitf333320af9d711c33b56dcd8dd1df9d9d1b270c3 (patch)
treefdf30c1c90573a2e9eb9b711081b3a011a40e41f /Servers.hs
parent3923667ebdb24680dbb415bd688a8c0326df2212 (diff)
downloadkeysafe-f333320af9d711c33b56dcd8dd1df9d9d1b270c3.tar.gz
cleanup
Diffstat (limited to 'Servers.hs')
-rw-r--r--Servers.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Servers.hs b/Servers.hs
index 8b99fe0..bb552b7 100644
--- a/Servers.hs
+++ b/Servers.hs
@@ -13,8 +13,8 @@ serverUrls srv = map go (serverAddress srv)
where
go (ServerAddress addr port) = BaseUrl Http addr port ""
-networkServers :: IO [Server]
-networkServers = return
+networkServers :: [Server]
+networkServers =
[ Server (ServerName "keysafe.joeyh.name")
[ServerAddress "vzgrspuxbtnlrtup.onion" 4242]
-- Purism server is not yet deployed, but planned.