From d51f4810a04ceb711d5a15df8b0724492e5d2d55 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.guix/modules/tiedote-md-service.scm b/.guix/modules/tiedote-md-service.scm index 99dce0f..a1d40c5 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