diff options
| author | Nguyễn Gia Phong <cnx@loang.net> | 2026-03-16 11:15:07 +0900 |
|---|---|---|
| committer | Cayetano Santos <csantosb@inventati.org> | 2026-03-16 08:19:45 +0100 |
| commit | 7eae2b1f1bb21411b85dafae1529b596775f065d (patch) | |
| tree | ae5af297dcc793459d6c91d330f093b39a3edf01 | |
| parent | fa67dd643eca383a9093357760b25b16ac1e120a (diff) | |
teams: Add Thanos Apollo to vcs team.
* etc/teams.scm ("Thanos Apollo"): New person in vcs team.
Change-Id: I7afd97b470a93fb9aad02cf493d3ab3b8df89668
Signed-off-by: Cayetano Santos <csantosb@inventati.org>
| -rwxr-xr-x | etc/teams.scm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/teams.scm b/etc/teams.scm index d318ded7ca4..6a1c0c68706 100755 --- a/etc/teams.scm +++ b/etc/teams.scm @@ -1617,6 +1617,11 @@ the \"texlive\" importer." "folaht") documentation) +(define-member (person "Thanos Apollo" + "public@thanosapollo.org" + "thanosapollo") + vcs) + (define (find-team name) (or (hash-ref %teams (string->symbol name)) |
