aboutsummaryrefslogtreecommitdiff
path: root/src/xyz/euandreh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-03-11 11:27:55 -0300
committerEuAndreh <eu@euandre.org>2023-03-11 11:27:55 -0300
commitd629e511fbc602a30215ffdb5cee7d27468602c9 (patch)
tree500a4dba1f6c4878af7bb119b75d88f3b4f0774f /src/xyz/euandreh
parentMakefile: Add rule to generate "EuAndreh.key" (diff)
downloadpackage-repository-d629e511fbc602a30215ffdb5cee7d27468602c9.tar.gz
package-repository-d629e511fbc602a30215ffdb5cee7d27468602c9.tar.xz
queue.scm: Fix parentheses matching
Diffstat (limited to 'src/xyz/euandreh')
-rw-r--r--src/xyz/euandreh/queue.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xyz/euandreh/queue.scm b/src/xyz/euandreh/queue.scm
index f17a263..4183ae8 100644
--- a/src/xyz/euandreh/queue.scm
+++ b/src/xyz/euandreh/queue.scm
@@ -1057,7 +1057,7 @@ keyfile ~a/private.key
(define (postfix-nginx-locations config)
- (match-record config <postfix-configuration>)
+ (match-record config <postfix-configuration>
(hostname)
(nginx-server-configuration
(server-name (list (string-append "mta-sts." hostname)))
@@ -1080,7 +1080,7 @@ mx: ~a
max_age: 604800
"
hostname))
- ";"))))))))
+ ";")))))))))
(define (postfix-certificates config)
(match-record config <postfix-configuration>