mirror of
https://github.com/RubyMetric/chsrc
synced 2025-08-10 22:09:33 +08:00
Add EmacsChina
This commit is contained in:
parent
f3d301ce11
commit
7feb8bf2b8
6
chsrc.h
6
chsrc.h
@ -105,7 +105,8 @@ mirror_info
|
|||||||
GoProxyIO = {"goproxy.io", "GOPROXY.IO", "GOPROXY.IO", "https://goproxy.io/",
|
GoProxyIO = {"goproxy.io", "GOPROXY.IO", "GOPROXY.IO", "https://goproxy.io/",
|
||||||
"https://goproxy.io/github.com/aws/aws-sdk-go/@v/v1.45.2.zip"}, // 30 MB
|
"https://goproxy.io/github.com/aws/aws-sdk-go/@v/v1.45.2.zip"}, // 30 MB
|
||||||
|
|
||||||
NugetOrg = {"nuget.org", "NuGet Org", "Nuget Organization", "https://www.nuget.org/", NULL};
|
NugetOrg = {"nuget.org", "NuGet Org", "Nuget Organization", "https://www.nuget.org/", NULL},
|
||||||
|
EmacsChina = {"emacschina", "EmacsChina", "Emacs China 社区", "https://elpamirror.emacs-china.org/", NULL};
|
||||||
|
|
||||||
|
|
||||||
mirror_info*
|
mirror_info*
|
||||||
@ -528,7 +529,8 @@ wr_emacs_sources[] = {
|
|||||||
{&Tuna, "https://mirrors.tuna.tsinghua.edu.cn/help/elpa/"},
|
{&Tuna, "https://mirrors.tuna.tsinghua.edu.cn/help/elpa/"},
|
||||||
{&Bfsu, "https://mirrors.bfsu.edu.cn/help/elpa/"},
|
{&Bfsu, "https://mirrors.bfsu.edu.cn/help/elpa/"},
|
||||||
{&Ustc, "https://mirrors.ustc.edu.cn/help/elpa.html"},
|
{&Ustc, "https://mirrors.ustc.edu.cn/help/elpa.html"},
|
||||||
{&Zju, "https://mirrors.zju.edu.cn/docs/elpa/"}
|
{&Zju, "https://mirrors.zju.edu.cn/docs/elpa/"},
|
||||||
|
{&EmacsChina, "https://elpamirror.emacs-china.org/"}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user