aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2018-07-15 23:08:40 -0300
committerEuAndreh <eu@euandre.org>2018-07-15 23:08:40 -0300
commit03383b102f51b55d8f93f5f1eaec34bc20233fa3 (patch)
tree082fb314483944ac59491b1539f07516a8cf1cdc
parentAdd public-key.txt under site/root/ (diff)
downloadeuandre.org-03383b102f51b55d8f93f5f1eaec34bc20233fa3.tar.gz
euandre.org-03383b102f51b55d8f93f5f1eaec34bc20233fa3.tar.xz
Fix email address
Diffstat (limited to '')
-rw-r--r--hakyll/Main.hs2
1 files changed, 1 insertions, 1 deletions
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"
}