We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cac4e8 commit 99dd21fCopy full SHA for 99dd21f
1 file changed
src/recipe/os/pacman/MSYS2.c
@@ -15,14 +15,14 @@ os_msys2_prelude ()
15
16
chef_set_chef (this, NULL);
17
chef_set_cooks (this, 1, "@G_I_Y");
18
- chef_set_sauciers (this, 1, "@ccmywish");
+ chef_set_sauciers (this, 1, "@ccmywish", "@hezonglun");
19
20
chef_allow_local_mode (this, CanNot, NULL, NULL);
21
chef_forbid_english(this);
22
chef_forbid_user_define(this);
23
24
def_sources_begin()
25
- {&UpstreamProvider, "https://mirror.msys2.org/", DelegateToUpstream},
+ {&UpstreamProvider, "https://mirror.msys2.org/", DelegateToUpstream},
26
{&Ali, "https://mirrors.aliyun.com/msys2", DelegateToMirror},
27
{&Bfsu, "https://mirrors.bfsu.edu.cn/msys2", DelegateToMirror},
28
{&Ustc, "https://mirrors.ustc.edu.cn/msys2", DelegateToMirror},
0 commit comments