Skip to content

Commit 10b2659

Browse files
committed
Update contributor info
1 parent a11fc9d commit 10b2659

File tree

3 files changed

+16
-13
lines changed

3 files changed

+16
-13
lines changed

src/chsrc-main.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@
1818
* | ChatGPT <https://chatgpt.com>
1919
* | czyt <[email protected]>
2020
* | zouri <[email protected]>
21+
* | yongxiang <[email protected]>
2122
* |
2223
* Created On : <2023-08-28>
23-
* Last Modified : <2024-12-06>
24+
* Last Modified : <2024-12-08>
2425
*
2526
* chsrc: Change Source —— 全平台通用命令行换源工具
2627
* ------------------------------------------------------------*/

src/recipe/lang/Python/common.h

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22
* SPDX-License-Identifier: GPL-3.0-or-later
33
* -------------------------------------------------------------
44
* File Authors : Aoran Zeng <[email protected]>
5-
* Contributors : Nul None <[email protected]>
5+
* Contributors : yongxiang <[email protected]>
6+
* |
67
* Created On : <2023-09-03>
78
* Major Revision : 1
8-
* Last Modified : <2024-11-22>
9+
* Last Modified : <2024-12-08>
910
* ------------------------------------------------------------*/
1011

1112
static SourceProvider_t UpstreamPython =
@@ -15,7 +16,7 @@ static SourceProvider_t UpstreamPython =
1516
};
1617

1718
/**
18-
* @update 2024-09-14
19+
* @update 2024-12-08
1920
* @note 不要添加Zju,浙大的pypi在校外访问会自动转向Tuna
2021
*/
2122
static Source_t pl_python_sources[] =
@@ -28,7 +29,7 @@ static Source_t pl_python_sources[] =
2829
{&Tuna, "https://pypi.tuna.tsinghua.edu.cn/simple"},
2930
{&Ali, "https://mirrors.aliyun.com/pypi/simple/"},
3031
{&Nju, "https://mirror.nju.edu.cn/pypi/web/simple"},
31-
{&Pku, "https://mirrors.pku.edu.cn/pypi/web/simple"},
32+
{&Pku, "https://mirrors.pku.edu.cn/pypi/web/simple"},
3233
{&Tencent, "https://mirrors.cloud.tencent.com/pypi/simple"},
3334
// {&Tencent_Intra, "https://mirrors.cloud.tencentyun.com/pypi/simple"},
3435
{&Huawei, "https://mirrors.huaweicloud.com/repository/pypi/simple"},

src/recipe/ware/Anaconda.c

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,28 @@
22
* SPDX-License-Identifier: GPL-3.0-or-later
33
* -------------------------------------------------------------
44
* File Authors : Aoran Zeng <[email protected]>
5-
* Contributors : Yangmoooo <[email protected]>
6-
* | yongxiang <[email protected]>
5+
* Contributors : Yangmoooo <[email protected]>
6+
* | yongxiang <[email protected]>
7+
* |
78
* Created On : <2023-09-10>
8-
* Last Modified : <2024-12-07>
9+
* Last Modified : <2024-12-08>
910
* ------------------------------------------------------------*/
1011

1112
/**
12-
* @update 2023-09-10
13+
* @update 2024-12-08
1314
* @note 这些链接将会在setsrc函数中补充完整
1415
*/
1516
static Source_t wr_anaconda_sources[] =
1617
{
1718
{&UpstreamProvider, "https://repo.anaconda.com/"},
1819
{&Nju, "https://mirror.nju.edu.cn/anaconda/"},
19-
{&Bjtu, "https://mirror.bjtu.edu.cn/anaconda/"},
20-
{&Pku, "https://mirrors.pku.edu.cn/anaconda/"},
21-
{&Njtech, "https://mirrors.njtech.edu.cn/anaconda/"},
20+
{&Bjtu, "https://mirror.bjtu.edu.cn/anaconda/"},
2221
{&Tuna, "https://mirrors.tuna.tsinghua.edu.cn/anaconda/"},
2322
{&Bfsu, "https://mirrors.bfsu.edu.cn/anaconda/"},
2423
{&Zju, "https://mirrors.zju.edu.cn/anaconda/"},
25-
{&Sjtug_Zhiyuan, "https://mirror.sjtu.edu.cn/anaconda"}
24+
{&Sjtug_Zhiyuan, "https://mirror.sjtu.edu.cn/anaconda"},
25+
{&Pku, "https://mirrors.pku.edu.cn/anaconda/"},
26+
{&NJTech, "https://mirrors.njtech.edu.cn/anaconda/"},
2627
};
2728
def_sources_n(wr_anaconda);
2829

0 commit comments

Comments
 (0)