mirror of
https://gitee.com/RubyMetric/chsrc.git
synced 2025-12-25 20:52:49 +00:00
修复某位贡献者信息
This commit is contained in:
parent
46083f03ec
commit
4e9ea3ccc2
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue