diff options
author | Matthias Benkard <code@mail.matthias.benkard.de> | 2009-10-07 22:59:51 +0200 |
---|---|---|
committer | Matthias Benkard <code@mail.matthias.benkard.de> | 2009-10-07 22:59:51 +0200 |
commit | 2a9daa9f73c6b6a9663a69799c4f22e8b0afcd87 (patch) | |
tree | 2f352a2e9d1c21ce18f483a8137be4ffd145c85f | |
parent | 0bde00b1039ae10a0fdef0f71ef7a2b6e41c5016 (diff) |
Update e-mail address for comment notification mail.
Ignore-this: 6db3fe4c448eb1213ac68747345ded5e
darcs-hash:0235148bfcd605618b10a6bdea715f6f7512218d
-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) |