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 4a0c32c865 teams: Add Danny to bootstrap, science, hpc and rust teams.
4a0c32c865 is described below
commit 4a0c32c865a25a1eb4bb3acee114ccd714562604
Author: Danny Milosavljevic <[email protected]>
AuthorDate: Sun Oct 5 03:55:15 2025 +0200
teams: Add Danny to bootstrap, science, hpc and rust teams.
* etc/teams.scm ("Danny Milosavljevic"): Add to bootstrap, science, hpc and
rust teams.
Change-Id: I998591b6b98544a6b587b5788f2d882c97b45fb0
---
etc/teams.scm | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/etc/teams.scm b/etc/teams.scm
index 46eb24a1a0..ae7d0ff89c 100755
--- a/etc/teams.scm
+++ b/etc/teams.scm
@@ -1337,6 +1337,11 @@ the \"texlive\" importer."
"mra")
core)
+(define-member (person "Danny Milosavljevic"
+ "[email protected]"
+ "daym")
+ bootstrap hpc rust science)
+
(define (find-team name)
(or (hash-ref %teams (string->symbol name))