From 37894d3e14c6bdf7744c03cbf56caa8d03041eea Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sun, 5 May 2024 00:28:58 +0100 Subject: [PATCH] distorted.lisp: Remove redundant parentheses. I know, it's Lisp, but there are still standards to uphold. --- distorted.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/distorted.lisp b/distorted.lisp index aa3a375..9f8fada 100644 --- a/distorted.lisp +++ b/distorted.lisp @@ -82,8 +82,8 @@ ;; Mail servers. ((@ mail blackhole) :mx mail :srv ((:smtp mail))) - ((bugs) :ttl 300 :mx lists :srv ((:smtp bugs))) - ((lists) :ttl 300 :mx lists :srv ((:smtp lists))) + (bugs :ttl 300 :mx lists :srv ((:smtp bugs))) + (lists :ttl 300 :mx lists :srv ((:smtp lists))) ((_domainkey _domainkey.mail) :dname stratocaster.dkim) ((_domainkey.bugs _domainkey.lists) :dname telecaster.dkim) -- 2.11.0