docs: add author information to architecture.yml

- Add author name: Jacquin Antoine
- Add author email: rpm@arkel.fr

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
Jacquin Antoine
2026-03-01 01:06:36 +01:00
parent c228865a48
commit 08a6c72897

View File

@ -4,6 +4,9 @@ project:
Apache HTTPD 2.4 module logging all incoming HTTP requests as JSON lines 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). to a Unix domain socket at request reception time (no processing time).
language: c language: c
author:
name: Jacquin Antoine
email: rpm@arkel.fr
target: target:
server: apache-httpd server: apache-httpd
version: "2.4" version: "2.4"