File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 },
Original file line number Diff line number Diff 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 },
You can’t perform that action at this time.
0 commit comments