diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-05-20 09:43:23 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-05-20 09:43:23 -0400 |
| commit | 25f5fdefeee008193207ed22675d6d8d92ffa333 (patch) | |
| tree | 0fffc0c98c25dbeb668650e04043b47b7b086277 | |
| parent | 5ef67f84ef348cf4167e34e2ed1591a87c0a0227 (diff) | |
propellor spin
| -rw-r--r-- | joeyconfig.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/joeyconfig.hs b/joeyconfig.hs index b57ffc1f..76a32237 100644 --- a/joeyconfig.hs +++ b/joeyconfig.hs @@ -112,11 +112,11 @@ darkstar = host "darkstar.kitenet.net" $ props gnu :: Host gnu = host "gnu.kitenet.net" $ props & Postfix.satellite - & JoeySites.dkimMilter dragon :: Host dragon = host "dragon.kitenet.net" $ props & Postfix.satellite + & JoeySites.dkimMilter clam :: Host clam = host "clam.kitenet.net" $ props |
