From b7cd53c75bf46cf7e7d35e36a415722bdb432b08 Mon Sep 17 00:00:00 2001
From: Joel Grunbaum <joelgrun@gmail.com>
Date: Sun, 08 Feb 2026 00:33:02 +0000
Subject: [PATCH] Rename everything to archrepobuild

---
 config/config.example.yaml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/config/config.example.yaml b/config/config.example.yaml
index 29ea299..dc17822 100644
--- a/config/config.example.yaml
+++ b/config/config.example.yaml
@@ -44,7 +44,7 @@
     # Recipient email address
     to: ""
     # Sender email address
-    from: "archbuild@localhost"
+    from: "archrepobuild@localhost"
     # SMTP server settings
     smtp_host: "localhost"
     smtp_port: 25
@@ -84,4 +84,4 @@
 # Logging configuration
 log_level: "INFO"  # DEBUG, INFO, WARNING, ERROR, CRITICAL
 # Uncomment to also log to file:
-# log_file: "/var/log/archbuild.log"
+# log_file: "/var/log/archrepobuild.log"

--
Gitblit v1.10.0