[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: teams: Add Mark H Weaver to the ‘mozilla’ team.
From: |
guix-commits |
Subject: |
branch master updated: teams: Add Mark H Weaver to the ‘mozilla’ team. |
Date: |
Sat, 03 Feb 2024 13:29:53 -0500 |
This is an automated email from the git hooks/post-receive script.
mhw pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new a32df1ff70 teams: Add Mark H Weaver to the ‘mozilla’ team.
a32df1ff70 is described below
commit a32df1ff7017f57de65196595be2ea2819f395fb
Author: Mark H Weaver <mhw@netris.org>
AuthorDate: Sat Feb 3 13:26:03 2024 -0500
teams: Add Mark H Weaver to the ‘mozilla’ team.
* etc/teams.scm (Mark H Weaver): Add to the ‘mozilla’ team.
---
etc/teams.scm | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/etc/teams.scm b/etc/teams.scm
index 6dd98ecd87..674d3b234a 100755
--- a/etc/teams.scm
+++ b/etc/teams.scm
@@ -716,6 +716,10 @@ GLib/GIO, GTK, GStreamer and Webkit."
"w@wmeyer.eu")
kernel)
+(define-member (person "Mark H Weaver"
+ "mhw@netris.org")
+ mozilla)
+
(define (find-team name)
(or (hash-ref %teams (string->symbol name))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: teams: Add Mark H Weaver to the ‘mozilla’ team.,
guix-commits <=