diff options
-rw-r--r-- | globals.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/globals.lisp b/globals.lisp index 1637931..e039217 100644 --- a/globals.lisp +++ b/globals.lisp @@ -26,7 +26,7 @@ (defparameter *site* nil "One of :WIRSELKRAUT and :NFS.NET.") -(defparameter *notification-email* "mulk@gmx.net" +(defparameter *notification-email* "auto@mail.matthias.benkard.de" "The e-mail address that comment submissions are to be sent to.") (defparameter *debugging-p* nil) |