This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 6b94452c24 teams: Add folaht to documentation team.
6b94452c24 is described below
commit 6b94452c24478861de40c41f3c0a7968ab4a73a3
Author: Gabriel Wicki <[email protected]>
AuthorDate: Thu Mar 5 12:31:22 2026 +0100
teams: Add folaht to documentation team.
* etc/teams.scm (folaht): New team member.
Change-Id: I7ab50f2d56f439deba983dbbe5b38c7f8afa5253
Signed-off-by: Gabriel Wicki <[email protected]>
---
etc/teams.scm | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/etc/teams.scm b/etc/teams.scm
index 68e02bac55..a1a7737fc1 100755
--- a/etc/teams.scm
+++ b/etc/teams.scm
@@ -1595,6 +1595,11 @@ the \"texlive\" importer."
"czan")
lua ruby)
+(define-member (person "folaht"
+ "[email protected]"
+ "folaht")
+ documentation)
+
(define (find-team name)
(or (hash-ref %teams (string->symbol name))