From d6214e1cf27ec254e859b0644f72fce3fc96a3e7 Mon Sep 17 00:00:00 2001 From: Karel Balej Date: Thu, 26 Mar 2026 12:00:28 +0100 Subject: [PATCH] maddy: use the mail facility for logging --- srcpkgs/maddy/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/maddy/template b/srcpkgs/maddy/template index 87f48f2c3c7b1d..d0348e8b488f1d 100644 --- a/srcpkgs/maddy/template +++ b/srcpkgs/maddy/template @@ -1,7 +1,7 @@ # Template file for 'maddy' pkgname=maddy version=0.8.1 -revision=1 +revision=2 build_style=go go_import_path="github.com/foxcpp/maddy" go_package="$go_import_path/cmd/maddy @@ -26,7 +26,7 @@ post_build() { } post_install() { - vsv maddy + vsv maddy mail vsconf maddy.conf vman maddy.1 }