summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlo Zancanaro <carlo@zancanaro.id.au>2026-02-14 14:41:04 +1100
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-02-26 16:28:33 +0000
commit4189125e4c69da3a4b3087fc419e161ad5ded20f (patch)
tree223f31790c36cd8a86724eeac076d727bc36d922
parent0d22ebf4dd8ab33fc2b4ede22975659129c488ec (diff)
teams: Add Carlo Zancanaro to lua and ruby teams.
* etc/teams.scm ("Carlo Zancanaro"): New person in lua and ruby teams. Change-Id: I3169931f2ca09a9581dd90775d793b600dd28942
-rwxr-xr-xetc/teams.scm5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/teams.scm b/etc/teams.scm
index c9d1db154fb..0d94a1eaf98 100755
--- a/etc/teams.scm
+++ b/etc/teams.scm
@@ -1577,6 +1577,11 @@ the \"texlive\" importer."
1577 "pastor") 1577 "pastor")
1578 guile hpc kde) 1578 guile hpc kde)
1579 1579
1580(define-member (person "Carlo Zancanaro"
1581 "carlo@zancanaro.id.au"
1582 "czan")
1583 lua ruby)
1584
1580 1585
1581(define (find-team name) 1586(define (find-team name)
1582 (or (hash-ref %teams (string->symbol name)) 1587 (or (hash-ref %teams (string->symbol name))