Move unused source inside

This commit is contained in:
Aoran Zeng 2024-08-17 11:05:18 +08:00
parent f5c9fa8c3d
commit 2a0d056d87
No known key found for this signature in database
GPG Key ID: 8F8BA8488E10ED98
3 changed files with 4 additions and 4 deletions

View File

@ -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};

View File

@ -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"

View File

@ -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 {