From 3d8a98a2a937d14704ffa2bf756154b690b8f7be Mon Sep 17 00:00:00 2001 From: HeZongLun Date: Wed, 20 Aug 2025 12:14:39 +0000 Subject: [PATCH] =?UTF-8?q?update=20src/chsrc-main.c.=20=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E4=BA=86=20HeZongLun=20=E7=9A=84=E8=B4=A1=E7=8C=AE=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: HeZongLun --- src/chsrc-main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/chsrc-main.c b/src/chsrc-main.c index 01b0f57..47e6313 100644 --- a/src/chsrc-main.c +++ b/src/chsrc-main.c @@ -51,6 +51,7 @@ chsrc_register_contributors () chef_register_contributor ("@Mikachu2333", "Mikachu2333", "mikachu.23333@zohomail.com", NULL); chef_register_contributor ("@techoc", "Rui Yang", "techoc@foxmail.com", NULL); chef_register_contributor ("@BingChunMoLi", "BingChunMoLi", "bingchunmoli@bingchunmoli.com", NULL); + chef_register_contributor ("@hezonglun", "HeZongLun", "hezonglun123456@outlook.com", NULL); } #include "recipe/menu.c"