Skip to content

Commit 4e9ea3c

Browse files
committed
修复某位贡献者信息
1 parent 46083f0 commit 4e9ea3c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/recipe/lang/Python/common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ pl_python_group_prelude (void)
3131

3232
chef_set_chef (this, "@happy-game");
3333
chef_set_cooks (this, 1, "@ccmywish");
34-
chef_set_contributors (this, 1, "@yongxiang");
34+
chef_set_contributors (this, 1, "@xyx1926885268");
3535

3636
chef_allow_local_mode (this, PartiallyCan, "部分包管理器支持项目级换源", "Some package managers support project-level source changing");
3737
chef_allow_english(this);

src/recipe/ware/Anaconda/Anaconda.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ wr_anaconda_prelude ()
1818

1919
chef_set_chef (this, NULL);
2020
chef_set_cooks (this, 1, "@ccmywish");
21-
chef_set_contributors (this, 2, "@Yangmoooo", "@yongxiang");
21+
chef_set_contributors (this, 2, "@Yangmoooo", "@xyx1926885268");
2222

2323
chef_allow_local_mode (this, CanNot, NULL, NULL);
2424
chef_forbid_english(this);

0 commit comments

Comments
 (0)