mirror of
https://github.com/RubyMetric/chsrc.git
synced 2024-11-22 11:53:23 +08:00
Move unused source inside
This commit is contained in:
parent
f5c9fa8c3d
commit
2a0d056d87
|
@ -106,9 +106,6 @@ MirrorSite
|
|||
Sohu = {"sohu", "SOHU", "搜狐开源镜像站", "https://mirrors.sohu.com/",
|
||||
"https://mirrors.sohu.com/deepin-cd" Big_File_deepin};
|
||||
|
||||
// 开源社区
|
||||
MirrorSite
|
||||
NugetOrg = {"nuget.org", "NuGet Org", "Nuget Organization", "https://www.nuget.org/", NULL};
|
||||
|
||||
MirrorSite
|
||||
Upstream = {"upstream", "Upstream", "上游默认源", NULL, NULL};
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
* chsrc: Change Source —— 全平台通用命令行换源工具
|
||||
* ------------------------------------------------------------*/
|
||||
|
||||
#define Chsrc_Version "v0.1.7.2.dev1-2024/08/09"
|
||||
#define Chsrc_Version "v0.1.7.2.dev2-2024/08/17"
|
||||
#define Chsrc_Maintain_URL "https://github.com/RubyMetric/chsrc"
|
||||
#define Chsrc_Maintain_URL2 "https://gitee.com/RubyMetric/chsrc"
|
||||
|
||||
|
|
|
@ -7,6 +7,9 @@
|
|||
* Last Modified : <2024-08-09>
|
||||
* ------------------------------------------------------------*/
|
||||
|
||||
static MirrorSite
|
||||
NugetOrg = {"nuget.org", "NuGet Org", "Nuget Organization", "https://www.nuget.org/", NULL};
|
||||
|
||||
/**
|
||||
* @time 2024-04-18 更新
|
||||
* @note {
|
||||
|
|
Loading…
Reference in New Issue
Block a user