diff options
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 |
commit | 67b50be2fe10b7bc829169606fb8def5c808726a (patch) | |
tree | 38cc5f25040202b946260184fca6397bcb969bf4 /src/RSS.hs | |
parent | d7cce6cb413a3a1067ef4e6c72107a21983453a4 (diff) |
* smaller HTML fixes
Diffstat (limited to 'src/RSS.hs')
-rw-r--r-- | src/RSS.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/RSS.hs b/src/RSS.hs index 045702ece443..2309b1297c53 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 ] |