From a2dfbf63ba14beaff7ecf89d1323bc663a5000b6 Mon Sep 17 00:00:00 2001 From: Aoran Zeng Date: Sat, 9 Sep 2023 16:52:05 +0800 Subject: [PATCH] Fix ZJU nodejs source url --- chsrc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chsrc.h b/chsrc.h index e68fb10..d73d6a5 100644 --- a/chsrc.h +++ b/chsrc.h @@ -173,7 +173,7 @@ pl_python_sources[] = { */ pl_nodejs_sources[] = { {&NpmMirror, "https://registry.npmmirror.com"}, - {&Zju, "https://mirrors.zju.edu.cn/docs/npm/"} + {&Zju, "https://mirrors.zju.edu.cn/npm"} },