Skip to content

Commit 32feeae

Browse files
HeZongLunccmywish
authored andcommitted
添加了 OCaml 的官方镜像源
Signed-off-by: HeZongLun <[email protected]>
1 parent 95de30d commit 32feeae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/recipe/lang/OCaml.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ pl_ocaml_prelude ()
1515

1616
chef_set_chef (this, NULL);
1717
chef_set_cooks (this, 1, "@ccmywish");
18-
chef_set_sauciers (this, 0);
18+
chef_set_sauciers (this, 1, "@hezonglun");
1919

2020
chef_allow_local_mode (this, CanNot, NULL, NULL);
2121
chef_forbid_english(this);
2222
chef_allow_user_define(this);
2323

2424
def_sources_begin()
25-
{&UpstreamProvider, NULL, DelegateToUpstream},
25+
{&UpstreamProvider, "https://opam.ocaml.org/", DelegateToUpstream},
2626
{&Sjtug_Zhiyuan, "https://mirrors.sjtug.sjtu.edu.cn/git/opam-repository.git", DelegateToMirror}
2727
def_sources_end()
2828
}

0 commit comments

Comments
 (0)