about summary refs log tree commit diff
path: root/src/RSS.hs
diff options
context:
space:
mode:
author"Vincent Ambo ext:(%22) <tazjin@gmail.com>2013-05-05T18·40+0200
committer"Vincent Ambo ext:(%22) <tazjin@gmail.com>2013-05-05T18·40+0200
commit67b50be2fe10b7bc829169606fb8def5c808726a (patch)
tree38cc5f25040202b946260184fca6397bcb969bf4 /src/RSS.hs
parentd7cce6cb413a3a1067ef4e6c72107a21983453a4 (diff)
* smaller HTML fixes
Diffstat (limited to 'src/RSS.hs')
-rw-r--r--src/RSS.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/RSS.hs b/src/RSS.hs
index 045702ece4..2309b1297c 100644
--- a/src/RSS.hs
+++ b/src/RSS.hs
@@ -16,7 +16,7 @@ import           Locales
 createChannel :: BlogLang -> UTCTime -> [ChannelElem]
 createChannel l  now = [ Language $ show l
                        , Copyright "Vincent Ambo"
-                       , WebMaster "tazjin@googlemail.com"
+                       , WebMaster "tazjin@gmail.com"
                        , ChannelPubDate now
                        ]