diff --git a/src/framework/core.c b/src/framework/core.c index 27e5752..1cd8456 100644 --- a/src/framework/core.c +++ b/src/framework/core.c @@ -1103,13 +1103,6 @@ chsrc_set_sources_speed_measure_url_with_func ( for (int i=0; iprovider->type; - - if (IS_DedicatedMirrorSite==type) - { - /* 这个不用填,因为定义它的时候如果给了整体测速URL,则就是ACCURATE的,我们直接会DelegateTo那里 */ - continue; - } - if (src->url) { /* 为空时才修改 或者里面是脏数据 */ diff --git a/src/recipe/lang/Clojure.c b/src/recipe/lang/Clojure.c index 5abe4ae..9ff7c8b 100644 --- a/src/recipe/lang/Clojure.c +++ b/src/recipe/lang/Clojure.c @@ -16,8 +16,7 @@ pl_clojure_prelude () chef_set_authors (this, 1, "Aoran Zeng", "ccmywish@qq.com"); chef_set_chef (this, NULL, NULL); chef_set_sous_chefs (this, 0); - chef_set_contributors (this, 1, - "Nil Null", "nil@null.org"); + chef_set_contributors (this, 0); chef_allow_set(); diff --git a/src/recipe/lang/Haskell.c b/src/recipe/lang/Haskell.c index e485395..d03d36c 100644 --- a/src/recipe/lang/Haskell.c +++ b/src/recipe/lang/Haskell.c @@ -16,8 +16,7 @@ pl_haskell_prelude () chef_set_authors (this, 1, "Aoran Zeng", "ccmywish@qq.com"); chef_set_chef (this, NULL, NULL); chef_set_sous_chefs (this, 0); - chef_set_contributors (this, 1, - "Nil Null", "nil@null.org"); + chef_set_contributors (this, 0); chef_allow_set(); @@ -26,7 +25,7 @@ pl_haskell_prelude () chef_allow_user_define(this); def_sources_begin() - {&upstream, NULL, DelegateToUpstream}, + {&upstream, NULL, DelegateToUpstream}, {&Tuna, "https://mirrors.tuna.tsinghua.edu.cn/hackage", DelegateToMirror}, {&Bfsu, "https://mirrors.bfsu.edu.cn/hackage", DelegateToMirror}, {&Nju, "https://mirror.nju.edu.cn/hackage", DelegateToMirror}, diff --git a/src/recipe/lang/JavaScript/Bun.c b/src/recipe/lang/JavaScript/Bun.c index d7690ec..1a9be23 100644 --- a/src/recipe/lang/JavaScript/Bun.c +++ b/src/recipe/lang/JavaScript/Bun.c @@ -23,7 +23,7 @@ pl_js_bun_prelude (void) chef_allow_set(); chef_allow_reset(); - chef_allow_local_mode (this, FullyCan, "支持项目级配置", "Supports project-level configuration"); + chef_allow_local_mode (this, FullyCan, NULL, NULL); chef_allow_english(this); chef_allow_user_define(this); diff --git a/src/recipe/lang/JavaScript/Yarn.c b/src/recipe/lang/JavaScript/Yarn.c index 8b05f41..99cdbbe 100644 --- a/src/recipe/lang/JavaScript/Yarn.c +++ b/src/recipe/lang/JavaScript/Yarn.c @@ -23,7 +23,7 @@ pl_js_yarn_prelude (void) chef_allow_set(); chef_allow_reset(); - chef_allow_local_mode (this, FullyCan, "支持项目级配置", "Supports project-level configuration"); + chef_allow_local_mode (this, FullyCan, NULL, NULL); chef_allow_english(this); chef_allow_user_define(this); diff --git a/src/recipe/lang/JavaScript/common.h b/src/recipe/lang/JavaScript/common.h index e1d413e..cce5c28 100644 --- a/src/recipe/lang/JavaScript/common.h +++ b/src/recipe/lang/JavaScript/common.h @@ -29,15 +29,17 @@ pl_js_group_prelude (void) chef_allow_set(); chef_allow_reset(); - chef_allow_local_mode (this, PartiallyCan, "部分包管理器支持项目级换源", "Some package managers support project-level source changing"); + chef_allow_local_mode (this, PartiallyCan, + "支持 npm, yarn v2, pnpm, 不支持 yarn v1" + "Support npm, yarn v2, pnpm, not yarn v1"); chef_allow_english(this); chef_allow_user_define(this); def_sources_begin() - {&upstream, "https://registry.npmjs.org/", FeedByPrelude}, /* @note 根据 pnpm 官网,有最后的斜线 */ - {&NpmMirror, "https://registry.npmmirror.com", FeedByPrelude}, - {&Huawei, "https://mirrors.huaweicloud.com/repository/npm/", FeedByPrelude}, - {&Tencent, "https://mirrors.cloud.tencent.com/npm/", FeedByPrelude} + {&upstream, "https://registry.npmjs.org/", FeedByPrelude}, /* @note 根据 pnpm 官网,有最后的斜线 */ + {&NpmMirror, "https://registry.npmmirror.com", FeedByPrelude}, + {&Huawei, "https://mirrors.huaweicloud.com/repository/npm/", FeedByPrelude}, + {&Tencent, "https://mirrors.cloud.tencent.com/npm/", FeedByPrelude} def_sources_end() // 29MB 大小 @@ -46,12 +48,12 @@ pl_js_group_prelude (void) -def_target(pl_js_binary_release); +def_target(pl_js_nodejs_binary); void -pl_js_binary_release_prelude (void) +pl_js_nodejs_binary_prelude (void) { - use_this(pl_js_binary_release); + use_this(pl_js_nodejs_binary); chef_set_created_on (this, "2023-09-09"); chef_set_last_updated (this, "2025-07-11"); @@ -60,8 +62,7 @@ pl_js_binary_release_prelude (void) chef_set_authors (this, 1, "Aoran Zeng", "ccmywish@qq.com"); chef_set_chef (this, NULL, NULL); chef_set_sous_chefs (this, 0); - chef_set_contributors (this, 1, - "Nul None", "nul@none.org"); + chef_set_contributors (this, 0); chef_allow_get(); chef_allow_set(); @@ -72,13 +73,13 @@ pl_js_binary_release_prelude (void) chef_allow_user_define(this); def_sources_begin() - {&upstream, "https://nodejs.org/dist/", FeedByPrelude}, - {&NpmMirror, "https://npmmirror.com/mirrors", FeedByPrelude}, - {&Tuna, "https://mirrors.tuna.tsinghua.edu.cn/nodejs-release/",FeedByPrelude}, - {&Bfsu, "https://mirrors.bfsu.edu.cn/nodejs-release/",FeedByPrelude}, - {&Ustc, "https://mirrors.ustc.edu.cn/node/",FeedByPrelude}, - {&Huawei, "https://mirrors.huaweicloud.com/nodejs/",FeedByPrelude}, - {&Tencent, "https://mirrors.cloud.tencent.com/nodejs-release/", FeedByPrelude} + {&upstream, "https://nodejs.org/dist/", FeedByPrelude}, + {&NpmMirror, "https://npmmirror.com/mirrors", FeedByPrelude}, + {&Tuna, "https://mirrors.tuna.tsinghua.edu.cn/nodejs-release/",FeedByPrelude}, + {&Bfsu, "https://mirrors.bfsu.edu.cn/nodejs-release/",FeedByPrelude}, + {&Ustc, "https://mirrors.ustc.edu.cn/node/",FeedByPrelude}, + {&Huawei, "https://mirrors.huaweicloud.com/nodejs/",FeedByPrelude}, + {&Tencent, "https://mirrors.cloud.tencent.com/nodejs-release/", FeedByPrelude} def_sources_end() chsrc_set_sources_speed_measure_url_with_postfix (this, "/v23.4.0/node-v23.4.0-linux-x64.tar.xz"); diff --git a/src/recipe/lang/JavaScript/npm.c b/src/recipe/lang/JavaScript/npm.c index e3e4420..4f49a66 100644 --- a/src/recipe/lang/JavaScript/npm.c +++ b/src/recipe/lang/JavaScript/npm.c @@ -23,7 +23,7 @@ pl_js_npm_prelude (void) chef_allow_set(); chef_allow_reset(); - chef_allow_local_mode (this, FullyCan, "支持项目级配置", "Supports project-level configuration"); + chef_allow_local_mode (this, FullyCan, NULL, NULL); chef_allow_english(this); chef_allow_user_define(this); diff --git a/src/recipe/lang/JavaScript/nvm.c b/src/recipe/lang/JavaScript/nvm.c index 1d2cb54..93e5c36 100644 --- a/src/recipe/lang/JavaScript/nvm.c +++ b/src/recipe/lang/JavaScript/nvm.c @@ -29,9 +29,9 @@ pl_js_nvm_prelude (void) chef_set_note ("nvm does not support Fish", "nvm 不支持 Fish shell"); - // 使用 pl_js_binary_release 的源 - this->sources = pl_js_binary_release_target.sources; - this->sources_n = pl_js_binary_release_target.sources_n; + // 使用 pl_js_nodejs_binary 的源 + this->sources = pl_js_nodejs_binary_target.sources; + this->sources_n = pl_js_nodejs_binary_target.sources_n; } diff --git a/src/recipe/lang/JavaScript/pnpm.c b/src/recipe/lang/JavaScript/pnpm.c index c955111..7089ba0 100644 --- a/src/recipe/lang/JavaScript/pnpm.c +++ b/src/recipe/lang/JavaScript/pnpm.c @@ -23,7 +23,7 @@ pl_js_pnpm_prelude (void) chef_allow_set(); chef_allow_reset(); - chef_allow_local_mode (this, FullyCan, "支持项目级配置", "Supports project-level configuration"); + chef_allow_local_mode (this, FullyCan, NULL, NULL); chef_allow_english(this); chef_allow_user_define(this); diff --git a/src/recipe/lang/Julia.c b/src/recipe/lang/Julia.c index 22b466b..cb7929e 100644 --- a/src/recipe/lang/Julia.c +++ b/src/recipe/lang/Julia.c @@ -16,8 +16,7 @@ pl_julia_prelude () chef_set_authors (this, 1, "Aoran Zeng", "ccmywish@qq.com"); chef_set_chef (this, NULL, NULL); chef_set_sous_chefs (this, 0); - chef_set_contributors (this, 1, - "Nil Null", "nil@null.org"); + chef_set_contributors (this, 0); chef_allow_get(); chef_allow_set(); diff --git a/src/recipe/lang/Lua.c b/src/recipe/lang/Lua.c index c6c704c..275b6e3 100644 --- a/src/recipe/lang/Lua.c +++ b/src/recipe/lang/Lua.c @@ -23,8 +23,7 @@ pl_lua_prelude () chef_set_authors (this, 1, "Aoran Zeng", "ccmywish@qq.com"); chef_set_chef (this, NULL, NULL); chef_set_sous_chefs (this, 0); - chef_set_contributors (this, 1, - "Nil Null", "nil@null.org"); + chef_set_contributors (this, 0); chef_allow_get(); chef_allow_set(); diff --git a/src/recipe/lang/OCaml.c b/src/recipe/lang/OCaml.c index b030952..3237b8b 100644 --- a/src/recipe/lang/OCaml.c +++ b/src/recipe/lang/OCaml.c @@ -16,8 +16,7 @@ pl_ocaml_prelude () chef_set_authors (this, 1, "Aoran Zeng", "ccmywish@qq.com"); chef_set_chef (this, NULL, NULL); chef_set_sous_chefs (this, 0); - chef_set_contributors (this, 1, - "Nil Null", "nil@null.org"); + chef_set_contributors (this, 0); chef_allow_get(); chef_allow_set(); diff --git a/src/recipe/lang/PHP.c b/src/recipe/lang/PHP.c index aa59d20..ba6231c 100644 --- a/src/recipe/lang/PHP.c +++ b/src/recipe/lang/PHP.c @@ -16,8 +16,7 @@ pl_php_prelude () chef_set_authors (this, 1, "Aoran Zeng", "ccmywish@qq.com"); chef_set_chef (this, NULL, NULL); chef_set_sous_chefs (this, 0); - chef_set_contributors (this, 1, - "Nil Null", "nil@null.org"); + chef_set_contributors (this, 0); chef_allow_get(); chef_allow_set(); diff --git a/src/recipe/lang/Perl.c b/src/recipe/lang/Perl.c index 9d1faf9..90d4d22 100644 --- a/src/recipe/lang/Perl.c +++ b/src/recipe/lang/Perl.c @@ -16,8 +16,7 @@ pl_perl_prelude () chef_set_authors (this, 1, "Aoran Zeng", "ccmywish@qq.com"); chef_set_chef (this, NULL, NULL); chef_set_sous_chefs (this, 0); - chef_set_contributors (this, 1, - "Nil Null", "nil@null.org"); + chef_set_contributors (this, 0); chef_allow_get(); chef_allow_set(); diff --git a/src/recipe/lang/Python/PDM.c b/src/recipe/lang/Python/PDM.c index 6c3c619..e8adbc1 100644 --- a/src/recipe/lang/Python/PDM.c +++ b/src/recipe/lang/Python/PDM.c @@ -16,8 +16,7 @@ pl_python_pdm_prelude (void) chef_set_authors (this, 1, "Aoran Zeng", "ccmywish@qq.com"); chef_set_chef (this, NULL, NULL); chef_set_sous_chefs (this, 0); - chef_set_contributors (this, 1, - "Nul None", "nul@none.org"); + chef_set_contributors (this, 0); chef_allow_get(); chef_allow_set(); diff --git a/src/recipe/lang/Python/Poetry.c b/src/recipe/lang/Python/Poetry.c index e3159d4..daebac0 100644 --- a/src/recipe/lang/Python/Poetry.c +++ b/src/recipe/lang/Python/Poetry.c @@ -16,8 +16,7 @@ pl_python_poetry_prelude (void) chef_set_authors (this, 1, "Aoran Zeng", "ccmywish@qq.com"); chef_set_chef (this, NULL, NULL); chef_set_sous_chefs (this, 0); - chef_set_contributors (this, 1, - "Nil Null", "nil@null.org"); + chef_set_contributors (this, 0); chef_allow_get(); chef_allow_set(); diff --git a/src/recipe/lang/Python/Rye.c b/src/recipe/lang/Python/Rye.c index 474e7d3..8b658e5 100644 --- a/src/recipe/lang/Python/Rye.c +++ b/src/recipe/lang/Python/Rye.c @@ -16,8 +16,7 @@ pl_python_rye_prelude (void) chef_set_authors (this, 1, "Aoran Zeng", "ccmywish@qq.com"); chef_set_chef (this, NULL, NULL); chef_set_sous_chefs (this, 0); - chef_set_contributors (this, 1, - "Nul None", "nul@none.org"); + chef_set_contributors (this, 0); chef_allow_get(); chef_allow_set(); diff --git a/src/recipe/lang/Python/pip.c b/src/recipe/lang/Python/pip.c index e580672..1d56a2e 100644 --- a/src/recipe/lang/Python/pip.c +++ b/src/recipe/lang/Python/pip.c @@ -16,8 +16,7 @@ pl_python_pip_prelude (void) chef_set_authors (this, 1, "Aoran Zeng", "ccmywish@qq.com"); chef_set_chef (this, NULL, NULL); chef_set_sous_chefs (this, 0); - chef_set_contributors (this, 1, - "Nul None", "nul@none.org"); + chef_set_contributors (this, 0); chef_allow_get(); chef_allow_set(); diff --git a/src/recipe/lang/R.c b/src/recipe/lang/R.c index ecd7517..abc92f2 100644 --- a/src/recipe/lang/R.c +++ b/src/recipe/lang/R.c @@ -16,8 +16,7 @@ pl_r_prelude () chef_set_authors (this, 1, "Aoran Zeng", "ccmywish@qq.com"); chef_set_chef (this, NULL, NULL); chef_set_sous_chefs (this, 0); - chef_set_contributors (this, 1, - "Nil Null", "nil@null.org"); + chef_set_contributors (this, 0); chef_allow_get(); chef_allow_set(); diff --git a/src/recipe/lang/Ruby/Ruby.c b/src/recipe/lang/Ruby/Ruby.c index d73f048..6f1ad74 100644 --- a/src/recipe/lang/Ruby/Ruby.c +++ b/src/recipe/lang/Ruby/Ruby.c @@ -22,10 +22,9 @@ pl_ruby_prelude (void) chef_set_sources_last_updated (this, "2024-12-18"); chef_set_authors (this, 1, "Aoran Zeng", "ccmywish@qq.com"); - chef_set_chef (this, NULL, NULL); + chef_set_chef (this, "Aoran Zeng", "ccmywish@qq.com"); chef_set_sous_chefs (this, 0); - chef_set_contributors (this, 1, - "Nil Null", "nil@null.org"); + chef_set_contributors (this, 0); chef_allow_get(); chef_allow_set(); diff --git a/src/recipe/lang/Rust/rustup.c b/src/recipe/lang/Rust/rustup.c index f2bd159..abcf9f1 100644 --- a/src/recipe/lang/Rust/rustup.c +++ b/src/recipe/lang/Rust/rustup.c @@ -3,7 +3,7 @@ * ------------------------------------------------------------*/ // Size: 20MB -#define PL_Rustup_Speed_URL_Suffix "/dist/2025-06-26/cargo-1.88.0-x86_64-unknown-illumos.tar.gz" +#define PL_Rustup_Speed_URL_Suffix def_target(pl_rust_rustup); @@ -32,34 +32,20 @@ pl_rust_rustup_prelude (void) chef_allow_user_define(this); def_sources_begin() - {&upstream, "https://static.rust-lang.org", - "https://static.rust-lang.org" PL_Rustup_Speed_URL_Suffix}, - {&MirrorZ, "https://mirrors.cernet.edu.cn/rustup", NULL}, - - {&Tuna, "https://mirrors.tuna.tsinghua.edu.cn/rustup", - "https://mirrors.tuna.tsinghua.edu.cn/rustup" PL_Rustup_Speed_URL_Suffix}, - - {&Ustc, "https://mirrors.ustc.edu.cn/rust-static", - "https://mirrors.ustc.edu.cn/rust-static" PL_Rustup_Speed_URL_Suffix}, - - {&Nju, "https://mirror.nju.edu.cn/rustup", - "https://mirror.nju.edu.cn/rustup" PL_Rustup_Speed_URL_Suffix}, - - {&Sjtug_Zhiyuan, "https://mirror.sjtu.edu.cn/rust-static", - "https://mirror.sjtu.edu.cn/rust-static" PL_Rustup_Speed_URL_Suffix}, - - {&Zju, "https://mirrors.zju.edu.cn/rustup", - "https://mirrors.zju.edu.cn/rustup" PL_Rustup_Speed_URL_Suffix}, - - {&Iscas, "https://mirror.iscas.ac.cn/rustup", - "https://mirror.iscas.ac.cn/rustup" PL_Rustup_Speed_URL_Suffix}, - - {&Ali, "https://mirrors.aliyun.com/rustup", - "https://mirrors.aliyun.com/rustup" PL_Rustup_Speed_URL_Suffix}, - - {&RsProxyCN, "https://rsproxy.cn", - "https://rsproxy.cn" PL_Rustup_Speed_URL_Suffix} + {&upstream, "https://static.rust-lang.org", FeedByPrelude}, + {&MirrorZ, "https://mirrors.cernet.edu.cn/rustup", FeedByPrelude}, + {&Tuna, "https://mirrors.tuna.tsinghua.edu.cn/rustup", FeedByPrelude}, + {&Ustc, "https://mirrors.ustc.edu.cn/rust-static", FeedByPrelude}, + {&Nju, "https://mirror.nju.edu.cn/rustup", FeedByPrelude}, + {&Sjtug_Zhiyuan, "https://mirror.sjtu.edu.cn/rust-static", FeedByPrelude}, + {&Zju, "https://mirrors.zju.edu.cn/rustup", FeedByPrelude}, + {&Iscas, "https://mirror.iscas.ac.cn/rustup", FeedByPrelude}, + {&Ali, "https://mirrors.aliyun.com/rustup", FeedByPrelude}, + {&RsProxyCN, "https://rsproxy.cn", FeedByPrelude} def_sources_end() + + // 20MB大小 + chsrc_set_sources_speed_measure_url_with_postfix (this, "/dist/2025-06-26/cargo-1.88.0-x86_64-unknown-illumos.tar.gz") } diff --git a/src/recipe/os/APT/Termux.c b/src/recipe/os/APT/Termux.c index fa32ff5..6aaeb43 100644 --- a/src/recipe/os/APT/Termux.c +++ b/src/recipe/os/APT/Termux.c @@ -16,8 +16,7 @@ os_termux_prelude () chef_set_authors (this, 1, "Aoran Zeng", "ccmywish@qq.com"); chef_set_chef (this, NULL, NULL); chef_set_sous_chefs (this, 0); - chef_set_contributors (this, 1, - "Nul None", "nul@none.org"); + chef_set_contributors (this, 0); chef_allow_get(); chef_allow_set(); diff --git a/src/recipe/os/APT/Trisquel.c b/src/recipe/os/APT/Trisquel.c index c622672..a8bf643 100644 --- a/src/recipe/os/APT/Trisquel.c +++ b/src/recipe/os/APT/Trisquel.c @@ -18,8 +18,7 @@ os_trisquel_prelude () chef_set_authors (this, 1, "Aoran Zeng", "ccmywish@qq.com"); chef_set_chef (this, NULL, NULL); chef_set_sous_chefs (this, 0); - chef_set_contributors (this, 1, - "Nil Null", "nil@null.org"); + chef_set_contributors (this, 0); chef_allow_get(); chef_allow_set(); diff --git a/src/recipe/os/BSD/FreeBSD.c b/src/recipe/os/BSD/FreeBSD.c index a4f6c8f..08deba2 100644 --- a/src/recipe/os/BSD/FreeBSD.c +++ b/src/recipe/os/BSD/FreeBSD.c @@ -16,8 +16,7 @@ os_freebsd_prelude () chef_set_authors (this, 2, "Aoran Zeng", "ccmywish@qq.com", "Heng Guo", "2085471348@qq.com"); chef_set_chef (this, NULL, NULL); chef_set_sous_chefs (this, 0); - chef_set_contributors (this, 1, - "Nil Null", "nil@null.org"); + chef_set_contributors (this, 0); chef_allow_set(); diff --git a/src/recipe/os/BSD/NetBSD.c b/src/recipe/os/BSD/NetBSD.c index b9435a0..313b55f 100644 --- a/src/recipe/os/BSD/NetBSD.c +++ b/src/recipe/os/BSD/NetBSD.c @@ -16,8 +16,7 @@ os_netbsd_prelude () chef_set_authors (this, 2, "Aoran Zeng", "ccmywish@qq.com", "Heng Guo", "2085471348@qq.com"); chef_set_chef (this, NULL, NULL); chef_set_sous_chefs (this, 0); - chef_set_contributors (this, 1, - "Nil Null", "nil@null.org"); + chef_set_contributors (this, 0); chef_allow_get(); chef_allow_set(); diff --git a/src/recipe/os/BSD/OpenBSD.c b/src/recipe/os/BSD/OpenBSD.c index 4c919c8..250107f 100644 --- a/src/recipe/os/BSD/OpenBSD.c +++ b/src/recipe/os/BSD/OpenBSD.c @@ -16,8 +16,7 @@ os_openbsd_prelude () chef_set_authors (this, 2, "Heng Guo", "2085471348@qq.com", "Aoran Zeng", "ccmywish@qq.com"); chef_set_chef (this, NULL, NULL); chef_set_sous_chefs (this, 0); - chef_set_contributors (this, 1, - "Nil Null", "nil@null.org"); + chef_set_contributors (this, 0); chef_allow_get(); chef_allow_set(); diff --git a/src/recipe/os/Solus.c b/src/recipe/os/Solus.c index f6fd365..550ab1c 100644 --- a/src/recipe/os/Solus.c +++ b/src/recipe/os/Solus.c @@ -16,8 +16,7 @@ os_solus_prelude () chef_set_authors (this, 1, "Aoran Zeng", "ccmywish@qq.com"); chef_set_chef (this, NULL, NULL); chef_set_sous_chefs (this, 0); - chef_set_contributors (this, 1, - "Nil Null", "nil@null.org"); + chef_set_contributors (this, 0); // chef_allow_get(); chef_allow_set(); diff --git a/src/recipe/os/YUM/Anolis-OS.c b/src/recipe/os/YUM/Anolis-OS.c index cafe7a2..605d9ab 100644 --- a/src/recipe/os/YUM/Anolis-OS.c +++ b/src/recipe/os/YUM/Anolis-OS.c @@ -16,8 +16,7 @@ os_anolis_prelude () chef_set_authors (this, 1, "Aoran Zeng", "ccmywish@qq.com"); chef_set_chef (this, NULL, NULL); chef_set_sous_chefs (this, 0); - chef_set_contributors (this, 1, - "Nil Null", "nil@null.org"); + chef_set_contributors (this, 0); chef_allow_set(); diff --git a/src/recipe/os/pacman/Manjaro-Linux.c b/src/recipe/os/pacman/Manjaro-Linux.c index 17eac0a..629b1cb 100644 --- a/src/recipe/os/pacman/Manjaro-Linux.c +++ b/src/recipe/os/pacman/Manjaro-Linux.c @@ -15,8 +15,7 @@ os_manjaro_prelude () chef_set_authors (this, 1, "Heng Guo", "2085471348@qq.com"); chef_set_chef (this, NULL, NULL); chef_set_sous_chefs (this, 0); - chef_set_contributors (this, 1, - "Nil Null", "nil@null.org"); + chef_set_contributors (this, 0); chef_allow_set(); diff --git a/src/recipe/ware/CocoaPods.c b/src/recipe/ware/CocoaPods.c index f401eff..07b8439 100644 --- a/src/recipe/ware/CocoaPods.c +++ b/src/recipe/ware/CocoaPods.c @@ -16,8 +16,7 @@ wr_cocoapods_prelude () chef_set_authors (this, 1, "Aoran Zeng", "ccmywish@qq.com"); chef_set_chef (this, NULL, NULL); chef_set_sous_chefs (this, 0); - chef_set_contributors (this, 1, - "Nil Null", "nil@null.org"); + chef_set_contributors (this, 0); // chef_allow_get(); chef_allow_set(); diff --git a/src/recipe/ware/Docker-Hub/Docker-Hub.c b/src/recipe/ware/Docker-Hub/Docker-Hub.c index 1bdded4..838dcdd 100644 --- a/src/recipe/ware/Docker-Hub/Docker-Hub.c +++ b/src/recipe/ware/Docker-Hub/Docker-Hub.c @@ -35,8 +35,7 @@ wr_dockerhub_prelude () "Aoran Zeng", "ccmywish@qq.com"); chef_set_chef (this, NULL, NULL); chef_set_sous_chefs (this, 0); - chef_set_contributors (this, 1, - "Nil Null", "nil@null.org"); + chef_set_contributors (this, 0); chef_allow_get(); chef_allow_set(); diff --git a/src/recipe/ware/Emacs.c b/src/recipe/ware/Emacs.c index 27e0514..a460b05 100644 --- a/src/recipe/ware/Emacs.c +++ b/src/recipe/ware/Emacs.c @@ -23,8 +23,7 @@ wr_emacs_prelude () chef_set_authors (this, 1, "Aoran Zeng", "ccmywish@qq.com"); chef_set_chef (this, NULL, NULL); chef_set_sous_chefs (this, 0); - chef_set_contributors (this, 1, - "Nil Null", "nil@null.org"); + chef_set_contributors (this, 0); // chef_allow_get(); chef_allow_set(); diff --git a/src/recipe/ware/Guix.c b/src/recipe/ware/Guix.c index 7b19f45..8e5f73b 100644 --- a/src/recipe/ware/Guix.c +++ b/src/recipe/ware/Guix.c @@ -16,8 +16,7 @@ wr_guix_prelude () chef_set_authors (this, 1, "Aoran Zeng", "ccmywish@qq.com"); chef_set_chef (this, NULL, NULL); chef_set_sous_chefs (this, 0); - chef_set_contributors (this, 1, - "Nil Null", "nil@null.org"); + chef_set_contributors (this, 0); // chef_allow_get(); chef_allow_set(); diff --git a/src/recipe/ware/Nix.c b/src/recipe/ware/Nix.c index 2c9a2fe..ad001e9 100644 --- a/src/recipe/ware/Nix.c +++ b/src/recipe/ware/Nix.c @@ -16,8 +16,7 @@ wr_nix_prelude () chef_set_authors (this, 1, "Aoran Zeng", "ccmywish@qq.com"); chef_set_chef (this, NULL, NULL); chef_set_sous_chefs (this, 0); - chef_set_contributors (this, 1, - "Nil Null", "nil@null.org"); + chef_set_contributors (this, 0); // chef_allow_get(); chef_allow_set();