diff options
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 ] |