From 395b510a6deec8c3c2019695be4185b9fad1527a Mon Sep 17 00:00:00 2001 From: David Thompson Date: Mon, 13 Apr 2015 20:29:00 -0400 Subject: example: Remove personal details. * example/haunt.scm: Use made up metadata. --- example/haunt.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'example/haunt.scm') diff --git a/example/haunt.scm b/example/haunt.scm index b4405c0..52782dc 100644 --- a/example/haunt.scm +++ b/example/haunt.scm @@ -5,10 +5,10 @@ (srfi srfi-19)) (site #:title "Built with Guile" - #:domain "dthompson.us" + #:domain "example.com" #:default-metadata - '((author . "David Thompson") - (email . "davet@gnu.org")) + '((author . "Eva Luator") + (email . "eva@example.com")) #:readers (list sxml-reader html-reader) #:builders (list (blog) (atom-feed) -- cgit v1.2.3