From 4e9ea3ccc235178b416325285faf4afb0e864e1f Mon Sep 17 00:00:00 2001 From: Aoran Zeng Date: Thu, 21 Aug 2025 18:40:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=9F=90=E4=BD=8D=E8=B4=A1?= =?UTF-8?q?=E7=8C=AE=E8=80=85=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/recipe/lang/Python/common.h | 2 +- src/recipe/ware/Anaconda/Anaconda.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/recipe/lang/Python/common.h b/src/recipe/lang/Python/common.h index cf55ff4..bdb2641 100644 --- a/src/recipe/lang/Python/common.h +++ b/src/recipe/lang/Python/common.h @@ -31,7 +31,7 @@ pl_python_group_prelude (void) chef_set_chef (this, "@happy-game"); chef_set_cooks (this, 1, "@ccmywish"); - chef_set_contributors (this, 1, "@yongxiang"); + chef_set_contributors (this, 1, "@xyx1926885268"); chef_allow_local_mode (this, PartiallyCan, "部分包管理器支持项目级换源", "Some package managers support project-level source changing"); chef_allow_english(this); diff --git a/src/recipe/ware/Anaconda/Anaconda.c b/src/recipe/ware/Anaconda/Anaconda.c index 49cee41..baca25d 100644 --- a/src/recipe/ware/Anaconda/Anaconda.c +++ b/src/recipe/ware/Anaconda/Anaconda.c @@ -18,7 +18,7 @@ wr_anaconda_prelude () chef_set_chef (this, NULL); chef_set_cooks (this, 1, "@ccmywish"); - chef_set_contributors (this, 2, "@Yangmoooo", "@yongxiang"); + chef_set_contributors (this, 2, "@Yangmoooo", "@xyx1926885268"); chef_allow_local_mode (this, CanNot, NULL, NULL); chef_forbid_english(this);