From 1ec6ca016e1a99ed62a6fbd9148cd6abe6387872 Mon Sep 17 00:00:00 2001 Message-Id: <1ec6ca016e1a99ed62a6fbd9148cd6abe6387872.1714481193.git.mdw@distorted.org.uk> From: Mark Wooding Date: Sun, 17 Jul 2011 19:17:02 +0100 Subject: [PATCH 1/1] distorted.lisp: Remove pointless `@' in the top-level A record. Organization: Straylight/Edgeware From: Mark Wooding --- distorted.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distorted.lisp b/distorted.lisp index 07f1ea8..75174ab 100644 --- a/distorted.lisp +++ b/distorted.lisp @@ -110,7 +110,7 @@ (defzone distorted.org.uk (evolution (untrusted :a evolution)) ;; ;; Local services. - (@ :svc www-frontend) + :svc www-frontend ((www ftp wiki git bugs mail db tor i2p rawk vox www-cache) (inet :svc vampire.inet) (fretwank :svc vampire)) -- [mdw]