From f0cb131fb62ae50e98376e6d296baee0615e5a5b Mon Sep 17 00:00:00 2001 From: Saku Laesvuori Date: Sat, 19 Apr 2025 16:32:09 +0300 Subject: [PATCH] FIXUP tiedote.md paketti onkin tiedote-md --- .guix/modules/tiedote-md-service.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.guix/modules/tiedote-md-service.scm b/.guix/modules/tiedote-md-service.scm index 99dce0f..24c20e7 100644 --- a/.guix/modules/tiedote-md-service.scm +++ b/.guix/modules/tiedote-md-service.scm @@ -71,7 +71,7 @@ the tiedote.md user on this system.") (mkdir-p socket-directory) (chown socket-directory uid gid) (make-forkexec-constructor - (list #$(file-append tiedote.md "/bin/tiedote.md") + (list #$(file-append tiedote-md "/bin/tiedote.md") "--address" #$email-address "--sender-name" #$sender-name "--sendmail" #$sendmail-path @@ -91,8 +91,8 @@ the tiedote.md user on this system.") (define (tiedote.md-activation config) (match-record config (state-directory) - (let* ((receive-exec (list (file-append tiedote.md "/bin/tiedote.md") ; file to exec - (file-append tiedote.md "/bin/tiedote.md") ; arg $0 + (let* ((receive-exec (list (file-append tiedote-md "/bin/tiedote.md") ; file to exec + (file-append tiedote-md "/bin/tiedote.md") ; arg $0 "--address" email-address "--sender-name" sender-name "--sendmail" sendmail-path