Skip to content

Commit 95de30d

Browse files
Young-Lordccmywish
authored andcommitted
为 Arch Linux (及 CN) 添加上海交通大学的镜像源
1 parent 0d6523e commit 95de30d

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

src/chsrc-main.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ chsrc_register_contributors ()
7575
chef_register_contributor ("@BingChunMoLi", "BingChunMoLi", "[email protected]", NULL);
7676
// 该 ID 为 Gitee ID
7777
chef_register_contributor ("@hezonglun", "HeZongLun", "[email protected]", NULL);
78+
chef_register_contributor ("@Young-Lord", "LY", "[email protected]", NULL);
7879

7980
/**
8081
* AI贡献者:

src/recipe/os/pacman/Arch-Linux.c

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ os_arch_prelude ()
1818

1919
chef_set_chef (this, "@happy-game");
2020
chef_set_cooks (this, 2, "@ccmywish", "@G_I_Y");
21-
chef_set_sauciers (this, 1, "@happy-game");
21+
chef_set_sauciers (this, 2, "@happy-game", "@Young-Lord");
2222

2323
chef_allow_local_mode (this, CanNot, NULL, NULL);
2424
chef_forbid_english(this);
@@ -37,6 +37,7 @@ os_arch_prelude ()
3737
{&Bfsu, "https://mirrors.bfsu.edu.cn/archlinux", DelegateToMirror},
3838
{&Ustc, "https://mirrors.ustc.edu.cn/archlinux", DelegateToMirror},
3939
{&Tuna, "https://mirrors.tuna.tsinghua.edu.cn/archlinux", DelegateToMirror},
40+
{&Sjtug_Siyuan, "https://mirror.sjtu.edu.cn/archlinux", DelegateToMirror},
4041
{&Tencent, "https://mirrors.tencent.com/archlinux", DelegateToMirror},
4142
// {&Tencent_Intra, "https://mirrors.tencentyun.com/archlinux", DelegateToMirror},
4243
{&Huawei, "https://mirrors.huaweicloud.com/archlinux", DelegateToMirror},
@@ -120,7 +121,7 @@ os_archlinuxcn_prelude ()
120121

121122
chef_set_chef (this, NULL);
122123
chef_set_cooks (this, 2, "@ccmywish", "@G_I_Y");
123-
chef_set_sauciers (this, 1, "@happy-game");
124+
chef_set_sauciers (this, 2, "@happy-game", "@Young-Lord");
124125

125126
chef_allow_local_mode (this, CanNot, NULL, NULL);
126127
chef_forbid_english(this);
@@ -137,6 +138,7 @@ os_archlinuxcn_prelude ()
137138
{&Bfsu, "https://mirrors.bfsu.edu.cn/archlinuxcn/", DelegateToMirror},
138139
{&Ustc, "https://mirrors.ustc.edu.cn/archlinuxcn/", DelegateToMirror},
139140
{&Tuna, "https://mirrors.tuna.tsinghua.edu.cn/archlinuxcn/", DelegateToMirror},
141+
{&Sjtug_Zhiyuan, "https://mirrors.sjtug.sjtu.edu.cn/archlinux-cn/", DelegateToMirror},
140142
{&Tencent, "https://mirrors.cloud.tencent.com/archlinuxcn/", DelegateToMirror},
141143
// {&Tencent_Intra, "https://mirrors.cloud.tencentyun.com/archlinuxcn/", DelegateToMirror},
142144

0 commit comments

Comments
 (0)