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 4649356206 teams: Re-add Wilko Meyer as a member of the kernel team.
4649356206 is described below
commit 4649356206e9c0e72411ddd1fb35debd90b21e0d
Author: Wilko Meyer <[email protected]>
AuthorDate: Sun Feb 1 21:04:37 2026 +0100
teams: Re-add Wilko Meyer as a member of the kernel team.
* etc/teams.scm ("Wilko Meyer"): New entry.
Change-Id: Ic7b0c8a8102d73653e5c2bae9829286c03acd815
Signed-off-by: Andreas Enge <[email protected]>
---
etc/teams.scm | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/etc/teams.scm b/etc/teams.scm
index 2969b87d12..76ed15fced 100755
--- a/etc/teams.scm
+++ b/etc/teams.scm
@@ -1483,6 +1483,11 @@ the \"texlive\" importer."
"tux1c")
python sysadmin)
+(define-member (person "Wilko Meyer"
+ "[email protected]"
+ "theesm")
+ kernel)
+
(define (find-team name)
(or (hash-ref %teams (string->symbol name))
(error (format #false