Skip to content

Commit f7f5269

Browse files
author
HeZongLun
committed
添加了 Clojure、R 的官方镜像源
1 parent 058fc62 commit f7f5269

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/recipe/lang/Clojure.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ pl_clojure_prelude ()
2424
chef_allow_user_define(this);
2525

2626
def_sources_begin()
27-
{&UpstreamProvider, NULL, DelegateToUpstream},
27+
{&UpstreamProvider,"https://repo.clojars.org/", DelegateToUpstream},
2828
{&MirrorZ, "https://mirrors.cernet.edu.cn/clojars/", DelegateToMirror},
2929
{&Tuna, "https://mirrors.tuna.tsinghua.edu.cn/clojars/", DelegateToMirror},
3030
{&Nju, "https://mirror.nju.edu.cn/clojars/", DelegateToMirror},

src/recipe/lang/R.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ pl_r_prelude ()
2525

2626
// 以下注释的,是不含有bioconductor的镜像站,我们在换cran的同时,也直接帮助用户换bioconductor
2727
def_sources_begin()
28-
{&UpstreamProvider, NULL, DelegateToUpstream},
28+
{&UpstreamProvider, "https://cran.r-project.org/", DelegateToUpstream},
2929
{&Sjtug_Zhiyuan, "https://mirrors.sjtug.sjtu.edu.cn/cran/", DelegateToMirror},
3030
// {&Ali, "https://mirrors.aliyun.com/CRAN/", DelegateToMirror},
3131
{&Tuna, "https://mirrors.tuna.tsinghua.edu.cn/CRAN/", DelegateToMirror},

0 commit comments

Comments
 (0)