diff options
author | 宋文武 <iyzsong@member.fsf.org> | 2023-03-28 19:57:43 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2023-03-28 19:57:43 +0800 |
commit | 6d500ad544b2ca773b09001e16d38cb35ce9eb38 (patch) | |
tree | b98cc3d040c7be332f0117b531a412ba714ef317 | |
parent | c9af27d4ca733b20f09019f1465d3e5fdc1ec724 (diff) | |
download | guix-6d500ad544b2ca773b09001e16d38cb35ce9eb38.tar.gz |
teams: Add Zhu Zihao.
* etc/teams.scm.in: Add Zhu Zihao.
-rw-r--r-- | etc/teams.scm.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/teams.scm.in b/etc/teams.scm.in index 131c36ede0..4c95c48543 100644 --- a/etc/teams.scm.in +++ b/etc/teams.scm.in @@ -568,6 +568,10 @@ GLib/GIO, GTK, GStreamer and Webkit." "vagrant@reproducible-builds.org") reproduciblebuilds) +(define-member (person "Zhu Zihao" + "all_but_last@163.com") + localization xfce) + (define (find-team name) (or (hash-ref %teams (string->symbol name)) |