diff options
Diffstat (limited to 'src/Locales.hs')
-rw-r--r-- | src/Locales.hs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/Locales.hs b/src/Locales.hs index 8e2149fa7463..aaddb484cb26 100644 --- a/src/Locales.hs +++ b/src/Locales.hs @@ -158,7 +158,5 @@ rightText EN = "Deutsche Version <a href=\"/de\" class=\"link\">hier verfüg -- static information repoURL :: Text = "https://bitbucket.org/tazjin/tazblog-haskell" -mailTo :: Text = "mailto:hej@tazj.in" +mailTo :: Text = "mailto:tazjin@gmail.com" twitter :: Text = "http://twitter.com/#!/tazjin" -iMessage :: Text = "imessage:tazjin@me.com" -iMessage' :: Text = "sms:tazjin@me.com" |