diff options
author | "Vincent Ambo ext:(%22) <tazjin@gmail.com> | 2013-05-05T17·57+0200 |
---|---|---|
committer | "Vincent Ambo ext:(%22) <tazjin@gmail.com> | 2013-05-05T17·57+0200 |
commit | 514d2b277715392549affb8d0d9cc699242b0172 (patch) | |
tree | 65c601b78504ff2d023b3deb80e7fa6b25f8f075 /src/Locales.hs | |
parent | 287f7fda8c441367f4b8b2bb7d13cd905c01a89e (diff) |
* further work on Bootstrapping
Diffstat (limited to 'src/Locales.hs')
-rw-r--r-- | src/Locales.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Locales.hs b/src/Locales.hs index 834bf7e3de51..67c55a81dc62 100644 --- a/src/Locales.hs +++ b/src/Locales.hs @@ -160,5 +160,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:tazjin@gmail.com" +mailTo :: Text = "mailto:tazjin+blog@gmail.com" twitter :: Text = "http://twitter.com/#!/tazjin" |