From 08a6c72897ca346be0f842c05f54c17389f1e78a Mon Sep 17 00:00:00 2001 From: Jacquin Antoine Date: Sun, 1 Mar 2026 01:06:36 +0100 Subject: [PATCH] docs: add author information to architecture.yml - Add author name: Jacquin Antoine - Add author email: rpm@arkel.fr Co-authored-by: Qwen-Coder --- architecture.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/architecture.yml b/architecture.yml index 2d2d10a..84cb61e 100644 --- a/architecture.yml +++ b/architecture.yml @@ -4,6 +4,9 @@ project: Apache HTTPD 2.4 module logging all incoming HTTP requests as JSON lines to a Unix domain socket at request reception time (no processing time). language: c + author: + name: Jacquin Antoine + email: rpm@arkel.fr target: server: apache-httpd version: "2.4"