mirror of
https://github.com/RubyMetric/chsrc.git
synced 2025-02-02 20:46:15 +08:00
Fix ZJU nodejs source url
This commit is contained in:
parent
25fa229852
commit
a2dfbf63ba
2
chsrc.h
2
chsrc.h
|
@ -173,7 +173,7 @@ pl_python_sources[] = {
|
||||||
*/
|
*/
|
||||||
pl_nodejs_sources[] = {
|
pl_nodejs_sources[] = {
|
||||||
{&NpmMirror, "https://registry.npmmirror.com"},
|
{&NpmMirror, "https://registry.npmmirror.com"},
|
||||||
{&Zju, "https://mirrors.zju.edu.cn/docs/npm/"}
|
{&Zju, "https://mirrors.zju.edu.cn/npm"}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user