Fix summary mailto.

This commit is contained in:
Dominik Pantůček 2023-04-17 21:32:54 +02:00
parent c5955679db
commit 779aa80ba3

View file

@ -46,7 +46,7 @@
configuration)
;; TODO - later move to configuration
(define *summary-mailto* "rada@brmlab.cz")
(define *summary-mailto* (make-parameter "rada@brmlab.cz"))
;; Prints email to the console
(define (print-notification-email em)