From 03383b102f51b55d8f93f5f1eaec34bc20233fa3 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 15 Jul 2018 23:08:40 -0300 Subject: Fix email address --- hakyll/Main.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hakyll') diff --git a/hakyll/Main.hs b/hakyll/Main.hs index f6b7aaa..f83bdd4 100644 --- a/hakyll/Main.hs +++ b/hakyll/Main.hs @@ -103,7 +103,7 @@ feedConfiguration = FeedConfiguration { feedTitle = "EuAndreh" , feedDescription = "EuAndreh's blog" , feedAuthorName = "EuAndreh" - , feedAuthorEmail = "blog@euandre.org" + , feedAuthorEmail = "eu@euandre.org" , feedRoot = "euandre.org" } -- cgit v1.2.3