mirror of
https://github.com/RubyMetric/chsrc
synced 2025-06-08 19:54:13 +08:00
Update contributor info
This commit is contained in:
parent
a11fc9dcd9
commit
10b26595ae
@ -18,9 +18,10 @@
|
|||||||
* | ChatGPT <https://chatgpt.com>
|
* | ChatGPT <https://chatgpt.com>
|
||||||
* | czyt <czyt.go@gmail.com>
|
* | czyt <czyt.go@gmail.com>
|
||||||
* | zouri <guoshuaisun@outlook.com>
|
* | zouri <guoshuaisun@outlook.com>
|
||||||
|
* | yongxiang <1926885268@qq.com>
|
||||||
* |
|
* |
|
||||||
* Created On : <2023-08-28>
|
* Created On : <2023-08-28>
|
||||||
* Last Modified : <2024-12-06>
|
* Last Modified : <2024-12-08>
|
||||||
*
|
*
|
||||||
* chsrc: Change Source —— 全平台通用命令行换源工具
|
* chsrc: Change Source —— 全平台通用命令行换源工具
|
||||||
* ------------------------------------------------------------*/
|
* ------------------------------------------------------------*/
|
||||||
|
@ -2,10 +2,11 @@
|
|||||||
* SPDX-License-Identifier: GPL-3.0-or-later
|
* SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
* -------------------------------------------------------------
|
* -------------------------------------------------------------
|
||||||
* File Authors : Aoran Zeng <ccmywish@qq.com>
|
* File Authors : Aoran Zeng <ccmywish@qq.com>
|
||||||
* Contributors : Nul None <nul@none.org>
|
* Contributors : yongxiang <1926885268@qq.com>
|
||||||
|
* |
|
||||||
* Created On : <2023-09-03>
|
* Created On : <2023-09-03>
|
||||||
* Major Revision : 1
|
* Major Revision : 1
|
||||||
* Last Modified : <2024-11-22>
|
* Last Modified : <2024-12-08>
|
||||||
* ------------------------------------------------------------*/
|
* ------------------------------------------------------------*/
|
||||||
|
|
||||||
static SourceProvider_t UpstreamPython =
|
static SourceProvider_t UpstreamPython =
|
||||||
@ -15,7 +16,7 @@ static SourceProvider_t UpstreamPython =
|
|||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @update 2024-09-14
|
* @update 2024-12-08
|
||||||
* @note 不要添加Zju,浙大的pypi在校外访问会自动转向Tuna
|
* @note 不要添加Zju,浙大的pypi在校外访问会自动转向Tuna
|
||||||
*/
|
*/
|
||||||
static Source_t pl_python_sources[] =
|
static Source_t pl_python_sources[] =
|
||||||
|
@ -4,12 +4,13 @@
|
|||||||
* File Authors : Aoran Zeng <ccmywish@qq.com>
|
* File Authors : Aoran Zeng <ccmywish@qq.com>
|
||||||
* Contributors : Yangmoooo <yangmoooo@outlook.com>
|
* Contributors : Yangmoooo <yangmoooo@outlook.com>
|
||||||
* | yongxiang <1926885268@qq.com>
|
* | yongxiang <1926885268@qq.com>
|
||||||
|
* |
|
||||||
* Created On : <2023-09-10>
|
* Created On : <2023-09-10>
|
||||||
* Last Modified : <2024-12-07>
|
* Last Modified : <2024-12-08>
|
||||||
* ------------------------------------------------------------*/
|
* ------------------------------------------------------------*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @update 2023-09-10
|
* @update 2024-12-08
|
||||||
* @note 这些链接将会在setsrc函数中补充完整
|
* @note 这些链接将会在setsrc函数中补充完整
|
||||||
*/
|
*/
|
||||||
static Source_t wr_anaconda_sources[] =
|
static Source_t wr_anaconda_sources[] =
|
||||||
@ -17,12 +18,12 @@ static Source_t wr_anaconda_sources[] =
|
|||||||
{&UpstreamProvider, "https://repo.anaconda.com/"},
|
{&UpstreamProvider, "https://repo.anaconda.com/"},
|
||||||
{&Nju, "https://mirror.nju.edu.cn/anaconda/"},
|
{&Nju, "https://mirror.nju.edu.cn/anaconda/"},
|
||||||
{&Bjtu, "https://mirror.bjtu.edu.cn/anaconda/"},
|
{&Bjtu, "https://mirror.bjtu.edu.cn/anaconda/"},
|
||||||
{&Pku, "https://mirrors.pku.edu.cn/anaconda/"},
|
|
||||||
{&Njtech, "https://mirrors.njtech.edu.cn/anaconda/"},
|
|
||||||
{&Tuna, "https://mirrors.tuna.tsinghua.edu.cn/anaconda/"},
|
{&Tuna, "https://mirrors.tuna.tsinghua.edu.cn/anaconda/"},
|
||||||
{&Bfsu, "https://mirrors.bfsu.edu.cn/anaconda/"},
|
{&Bfsu, "https://mirrors.bfsu.edu.cn/anaconda/"},
|
||||||
{&Zju, "https://mirrors.zju.edu.cn/anaconda/"},
|
{&Zju, "https://mirrors.zju.edu.cn/anaconda/"},
|
||||||
{&Sjtug_Zhiyuan, "https://mirror.sjtu.edu.cn/anaconda"}
|
{&Sjtug_Zhiyuan, "https://mirror.sjtu.edu.cn/anaconda"},
|
||||||
|
{&Pku, "https://mirrors.pku.edu.cn/anaconda/"},
|
||||||
|
{&NJTech, "https://mirrors.njtech.edu.cn/anaconda/"},
|
||||||
};
|
};
|
||||||
def_sources_n(wr_anaconda);
|
def_sources_n(wr_anaconda);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user