diff --git a/src/recipe/lang/Clojure.c b/src/recipe/lang/Clojure.c index d8ddfc1..2e776e7 100644 --- a/src/recipe/lang/Clojure.c +++ b/src/recipe/lang/Clojure.c @@ -14,9 +14,8 @@ pl_clojure_prelude () chef_set_last_updated (this, "2025-08-10"); chef_set_sources_last_updated (this, "2025-07-14"); - chef_set_authors (this, 1, "Aoran Zeng", "ccmywish@qq.com"); - chef_set_chef (this, NULL, NULL); - chef_set_cooks (this, 0); + chef_set_chef (this, NULL); + chef_set_cooks (this, 1, "@ccmywish"); chef_set_contributors (this, 0); chef_allow_local_mode (this, FullyCan, NULL, NULL); diff --git a/src/recipe/lang/Dart/Flutter.c b/src/recipe/lang/Dart/Flutter.c index cd9cafe..241673b 100644 --- a/src/recipe/lang/Dart/Flutter.c +++ b/src/recipe/lang/Dart/Flutter.c @@ -14,12 +14,9 @@ pl_dart_flutter_prelude (void) chef_set_last_updated (this, "2025-07-11"); chef_set_sources_last_updated (this, "2025-04-15"); - chef_set_authors (this, 1, "Aoran Zeng", "ccmywish@qq.com"); - chef_set_chef (this, NULL, NULL); - chef_set_cooks (this, 0); - chef_set_contributors (this, 2, - "czyt", "czyt.go@gmail.com", - "MadDogOwner", "xiaoran@xrgzs.top"); + chef_set_chef (this, NULL); + chef_set_cooks (this, 1, "@ccmywish"); + chef_set_contributors (this, 2, "@czyt", "@MadDogOwner"); chef_allow_local_mode (this, CanNot, NULL, NULL); chef_allow_english(this); diff --git a/src/recipe/lang/Dart/Pub.c b/src/recipe/lang/Dart/Pub.c index d462325..558c898 100644 --- a/src/recipe/lang/Dart/Pub.c +++ b/src/recipe/lang/Dart/Pub.c @@ -14,12 +14,9 @@ pl_dart_prelude (void) chef_set_last_updated (this, "2025-07-11"); chef_set_sources_last_updated (this, "2025-04-15"); - chef_set_authors (this, 1, "Aoran Zeng", "ccmywish@qq.com"); - chef_set_chef (this, NULL, NULL); - chef_set_cooks (this, 0); - chef_set_contributors (this, 2, - "czyt", "czyt.go@gmail.com", - "MadDogOwner", "xiaoran@xrgzs.top"); + chef_set_chef (this, NULL); + chef_set_cooks (this, 1, "@ccmywish"); + chef_set_contributors (this, 2, "@czyt", "@MadDogOwner"); chef_allow_local_mode (this, FullyCan, NULL, NULL); chef_allow_english(this); diff --git a/src/recipe/lang/Go.c b/src/recipe/lang/Go.c index 72f6cf3..1019ff7 100644 --- a/src/recipe/lang/Go.c +++ b/src/recipe/lang/Go.c @@ -28,12 +28,9 @@ pl_go_prelude () chef_set_last_updated (this, "2025-08-10"); chef_set_sources_last_updated (this, "2025-07-12"); - chef_set_authors (this, 1, "Aoran Zeng", "ccmywish@qq.com"); chef_set_chef (this, NULL, NULL); - chef_set_cooks (this, 0); - chef_set_contributors (this, 2, - "czyt", "czyt.go@gmail.com", - "Rui Yang", "techoc@foxmail.com"); + chef_set_cooks (this, 1, "@ccmywish"); + chef_set_contributors (this, 2, "@czyt", "@RuiYang"); chef_allow_local_mode (this, CanNot, NULL, NULL); chef_forbid_english(this); diff --git a/src/recipe/lang/Haskell.c b/src/recipe/lang/Haskell.c index ccd95cd..4e8f901 100644 --- a/src/recipe/lang/Haskell.c +++ b/src/recipe/lang/Haskell.c @@ -14,9 +14,8 @@ pl_haskell_prelude () chef_set_last_updated (this, "2025-08-10"); chef_set_sources_last_updated (this, "2023-09-10"); - chef_set_authors (this, 1, "Aoran Zeng", "ccmywish@qq.com"); - chef_set_chef (this, NULL, NULL); - chef_set_cooks (this, 0); + chef_set_chef (this, NULL); + chef_set_cooks (this, 1, "@ccmywish"); chef_set_contributors (this, 0); chef_allow_local_mode (this, CanNot, NULL, NULL); diff --git a/src/recipe/lang/Java.c b/src/recipe/lang/Java.c index c9b1161..f00a9fb 100644 --- a/src/recipe/lang/Java.c +++ b/src/recipe/lang/Java.c @@ -14,11 +14,9 @@ pl_java_prelude () chef_set_last_updated (this, "2025-08-10"); 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_cooks (this, 0); - chef_set_contributors (this, 1, - "BingChunMoLi", "bingchunmoli@bingchunmoli.com"); + chef_set_chef (this, NULL); + chef_set_cooks (this, 1, "@ccmywish"); + chef_set_contributors (this, 1, "@BingChunMoLi"); chef_allow_local_mode (this, CanNot, NULL, NULL); chef_forbid_english(this); diff --git a/src/recipe/lang/JavaScript/Bun.c b/src/recipe/lang/JavaScript/Bun.c index ae7108a..498c6f3 100644 --- a/src/recipe/lang/JavaScript/Bun.c +++ b/src/recipe/lang/JavaScript/Bun.c @@ -14,11 +14,9 @@ pl_js_bun_prelude (void) chef_set_last_updated (this, "2025-07-22"); chef_set_sources_last_updated (this, "2025-07-22"); - chef_set_authors (this, 1, "Aoran Zeng", "ccmywish@qq.com"); - chef_set_chef (this, NULL, NULL); - chef_set_cooks (this, 0); - chef_set_contributors (this, 1, - "Lontten", "lontten@163.com"); + chef_set_chef (this, NULL); + chef_set_cooks (this, 1, "@ccmywish"); + chef_set_contributors (this, 1, "@Lontten"); chef_allow_local_mode (this, FullyCan, NULL, NULL); chef_allow_english(this); diff --git a/src/recipe/lang/JavaScript/Yarn.c b/src/recipe/lang/JavaScript/Yarn.c index 1d2ff97..f686103 100644 --- a/src/recipe/lang/JavaScript/Yarn.c +++ b/src/recipe/lang/JavaScript/Yarn.c @@ -14,11 +14,9 @@ pl_js_yarn_prelude (void) chef_set_last_updated (this, "2025-07-11"); chef_set_sources_last_updated (this, "2025-07-11"); - chef_set_authors (this, 1, "Aoran Zeng", "ccmywish@qq.com"); - chef_set_chef (this, NULL, NULL); - chef_set_cooks (this, 0); - chef_set_contributors (this, 1, - "Mr. Will", "mr.will.com@outlook.com"); + chef_set_chef (this, NULL); + chef_set_cooks (this, 1, "@ccmywish"); + chef_set_contributors (this, 1, "@MrWill"); chef_allow_local_mode (this, FullyCan, NULL, NULL); chef_allow_english(this); diff --git a/src/recipe/lang/JavaScript/common.h b/src/recipe/lang/JavaScript/common.h index 6968249..830d51f 100644 --- a/src/recipe/lang/JavaScript/common.h +++ b/src/recipe/lang/JavaScript/common.h @@ -21,7 +21,7 @@ pl_js_group_prelude (void) chef_set_last_updated (this, "2025-07-11"); chef_set_sources_last_updated (this, "2025-07-11"); - chef_set_authors (this, 1, "Aoran Zeng", "ccmywish@qq.com"); + chef_set_cooks (this, 1, "@ccmywish"); chef_set_chef (this, "@happy-game"); @@ -58,9 +58,8 @@ pl_js_nodejs_binary_prelude (void) chef_set_last_updated (this, "2025-07-11"); chef_set_sources_last_updated (this, "2025-07-11"); - chef_set_authors (this, 1, "Aoran Zeng", "ccmywish@qq.com"); - chef_set_chef (this, NULL, NULL); - chef_set_cooks (this, 0); + chef_set_chef (this, NULL); + chef_set_cooks (this, 1, "@ccmywish"); chef_set_contributors (this, 0); chef_allow_local_mode (this, CanNot, NULL, NULL); diff --git a/src/recipe/lang/JavaScript/npm.c b/src/recipe/lang/JavaScript/npm.c index a4a4976..2c9b99b 100644 --- a/src/recipe/lang/JavaScript/npm.c +++ b/src/recipe/lang/JavaScript/npm.c @@ -14,11 +14,9 @@ pl_js_npm_prelude (void) chef_set_last_updated (this, "2025-07-11"); chef_set_sources_last_updated (this, "2025-07-11"); - chef_set_authors (this, 1, "Aoran Zeng", "ccmywish@qq.com"); - chef_set_chef (this, NULL, NULL); - chef_set_cooks (this, 0); - chef_set_contributors (this, 1, - "Mr. Will", "mr.will.com@outlook.com"); + chef_set_chef (this, NULL); + chef_set_cooks (this, 1, "@ccmywish"); + chef_set_contributors (this, 1, "@MrWill"); chef_allow_local_mode (this, FullyCan, NULL, NULL); chef_allow_english(this); diff --git a/src/recipe/lang/JavaScript/nvm.c b/src/recipe/lang/JavaScript/nvm.c index 02a0954..9586f38 100644 --- a/src/recipe/lang/JavaScript/nvm.c +++ b/src/recipe/lang/JavaScript/nvm.c @@ -14,9 +14,8 @@ pl_js_nvm_prelude (void) chef_set_last_updated (this, "2025-06-19"); chef_set_sources_last_updated (this, "2025-06-19"); - chef_set_authors (this, 1, "Aoran Zeng", "ccmywish@qq.com"); - chef_set_chef (this, NULL, NULL); - chef_set_cooks (this, 0); + chef_set_chef (this, NULL); + chef_set_cooks (this, 1, "@ccmywish"); chef_set_contributors (this, 0); chef_allow_local_mode (this, CanNot, NULL, NULL); diff --git a/src/recipe/lang/JavaScript/pnpm.c b/src/recipe/lang/JavaScript/pnpm.c index 895052e..bba23aa 100644 --- a/src/recipe/lang/JavaScript/pnpm.c +++ b/src/recipe/lang/JavaScript/pnpm.c @@ -14,9 +14,8 @@ pl_js_pnpm_prelude (void) chef_set_last_updated (this, "2025-07-11"); chef_set_sources_last_updated (this, "2025-07-11"); - chef_set_authors (this, 1, "Aoran Zeng", "ccmywish@qq.com"); - chef_set_chef (this, NULL, NULL); - chef_set_cooks (this, 0); + chef_set_chef (this, NULL); + chef_set_cooks (this, 1, "@ccmywish"); chef_set_contributors (this, 0); chef_allow_local_mode (this, FullyCan, NULL, NULL); diff --git a/src/recipe/lang/Julia.c b/src/recipe/lang/Julia.c index f709632..2e6374b 100644 --- a/src/recipe/lang/Julia.c +++ b/src/recipe/lang/Julia.c @@ -14,9 +14,8 @@ pl_julia_prelude () chef_set_last_updated (this, "2025-08-10"); chef_set_sources_last_updated (this, "2025-07-14"); - chef_set_authors (this, 1, "Aoran Zeng", "ccmywish@qq.com"); - chef_set_chef (this, NULL, NULL); - chef_set_cooks (this, 0); + chef_set_chef (this, NULL); + chef_set_cooks (this, 1, "@ccmywish"); chef_set_contributors (this, 0); chef_allow_local_mode (this, CanNot, NULL, NULL); diff --git a/src/recipe/lang/Lua.c b/src/recipe/lang/Lua.c index ab18a33..e116e76 100644 --- a/src/recipe/lang/Lua.c +++ b/src/recipe/lang/Lua.c @@ -21,9 +21,8 @@ pl_lua_prelude () chef_set_last_updated (this, "2025-08-10"); chef_set_sources_last_updated (this, "2025-07-14"); - chef_set_authors (this, 1, "Aoran Zeng", "ccmywish@qq.com"); - chef_set_chef (this, NULL, NULL); - chef_set_cooks (this, 0); + chef_set_chef (this, NULL); + chef_set_cooks (this, 1, "@ccmywish"); chef_set_contributors (this, 0); chef_allow_local_mode (this, CanNot, NULL, NULL); diff --git a/src/recipe/lang/NuGet.c b/src/recipe/lang/NuGet.c index ec54878..f1d438d 100644 --- a/src/recipe/lang/NuGet.c +++ b/src/recipe/lang/NuGet.c @@ -14,9 +14,8 @@ pl_nuget_prelude () chef_set_last_updated (this, "2025-08-10"); chef_set_sources_last_updated (this, "2024-04-18"); - chef_set_authors (this, 1, "Aoran Zeng", "ccmywish@qq.com"); chef_set_chef (this, NULL, NULL); - chef_set_cooks (this, 0); + chef_set_cooks (this, 1, "@ccmywish"); chef_set_contributors (this, 0); chef_allow_local_mode (this, CanNot, NULL, NULL); diff --git a/src/recipe/lang/OCaml.c b/src/recipe/lang/OCaml.c index b41edfa..f57344c 100644 --- a/src/recipe/lang/OCaml.c +++ b/src/recipe/lang/OCaml.c @@ -14,9 +14,8 @@ pl_ocaml_prelude () chef_set_last_updated (this, "2025-08-10"); chef_set_sources_last_updated (this, "2025-07-14"); - chef_set_authors (this, 1, "Aoran Zeng", "ccmywish@qq.com"); - chef_set_chef (this, NULL, NULL); - chef_set_cooks (this, 0); + chef_set_chef (this, NULL); + chef_set_cooks (this, 1, "@ccmywish"); chef_set_contributors (this, 0); chef_allow_local_mode (this, CanNot, NULL, NULL); diff --git a/src/recipe/lang/PHP.c b/src/recipe/lang/PHP.c index d69d05f..1805362 100644 --- a/src/recipe/lang/PHP.c +++ b/src/recipe/lang/PHP.c @@ -14,9 +14,8 @@ pl_php_prelude () chef_set_last_updated (this, "2025-08-10"); chef_set_sources_last_updated (this, "2024-09-14"); - chef_set_authors (this, 1, "Aoran Zeng", "ccmywish@qq.com"); - chef_set_chef (this, NULL, NULL); - chef_set_cooks (this, 0); + chef_set_chef (this, NULL); + chef_set_cooks (this, 1, "@ccmywish"); chef_set_contributors (this, 0); chef_allow_local_mode (this, FullyCan, NULL, NULL); diff --git a/src/recipe/lang/Perl.c b/src/recipe/lang/Perl.c index 16f61ec..e2d5d72 100644 --- a/src/recipe/lang/Perl.c +++ b/src/recipe/lang/Perl.c @@ -14,9 +14,8 @@ pl_perl_prelude () chef_set_last_updated (this, "2025-08-10"); chef_set_sources_last_updated (this, "2024-05-24"); - chef_set_authors (this, 1, "Aoran Zeng", "ccmywish@qq.com"); - chef_set_chef (this, NULL, NULL); - chef_set_cooks (this, 0); + chef_set_chef (this, NULL); + chef_set_cooks (this, 1, "@ccmywish"); chef_set_contributors (this, 0); // TODO: 添加 @hezonglun diff --git a/src/recipe/lang/Python/PDM.c b/src/recipe/lang/Python/PDM.c index fb3d196..bc35f74 100644 --- a/src/recipe/lang/Python/PDM.c +++ b/src/recipe/lang/Python/PDM.c @@ -14,9 +14,8 @@ pl_python_pdm_prelude (void) chef_set_last_updated (this, "2025-07-11"); chef_set_sources_last_updated (this, "2025-07-11"); - chef_set_authors (this, 1, "Aoran Zeng", "ccmywish@qq.com"); - chef_set_chef (this, NULL, NULL); - chef_set_cooks (this, 0); + chef_set_chef (this, NULL); + chef_set_cooks (this, 1, "@ccmywish"); chef_set_contributors (this, 0); chef_allow_local_mode (this, FullyCan, "支持项目级配置", "Supports project-level configuration"); diff --git a/src/recipe/lang/Python/Poetry.c b/src/recipe/lang/Python/Poetry.c index 10065cc..b9c4412 100644 --- a/src/recipe/lang/Python/Poetry.c +++ b/src/recipe/lang/Python/Poetry.c @@ -14,9 +14,8 @@ pl_python_poetry_prelude (void) chef_set_last_updated (this, "2025-07-11"); chef_set_sources_last_updated (this, "2025-07-11"); - chef_set_authors (this, 1, "Aoran Zeng", "ccmywish@qq.com"); - chef_set_chef (this, NULL, NULL); - chef_set_cooks (this, 0); + chef_set_chef (this, NULL); + chef_set_cooks (this, 1, "@ccmywish"); chef_set_contributors (this, 0); chef_allow_local_mode (this, FullyCan, "Poetry 默认使用项目级换源", "Poetry uses project-level source changing by default"); diff --git a/src/recipe/lang/Python/Rye.c b/src/recipe/lang/Python/Rye.c index 3623ac7..9bc258a 100644 --- a/src/recipe/lang/Python/Rye.c +++ b/src/recipe/lang/Python/Rye.c @@ -16,9 +16,8 @@ pl_python_rye_prelude (void) chef_set_last_updated (this, "2025-08-09"); chef_set_sources_last_updated (this, "2025-08-09"); - chef_set_authors (this, 1, "Aoran Zeng", "ccmywish@qq.com"); - chef_set_chef (this, NULL, NULL); - chef_set_cooks (this, 0); + chef_set_chef (this, NULL); + chef_set_cooks (this, 1, "@ccmywish"); chef_set_contributors (this, 0); chef_allow_local_mode (this, FullyCan, "支持项目级配置", "Supports project-level configuration"); diff --git a/src/recipe/lang/Python/common.h b/src/recipe/lang/Python/common.h index e207304..cf55ff4 100644 --- a/src/recipe/lang/Python/common.h +++ b/src/recipe/lang/Python/common.h @@ -29,12 +29,9 @@ pl_python_group_prelude (void) chef_set_last_updated (this, "2025-07-14"); chef_set_sources_last_updated (this, "2025-07-11"); - chef_set_authors (this, 1, "Aoran Zeng", "ccmywish@qq.com"); - chef_set_chef (this, "@happy-game"); - chef_set_contributors (this, 1, - "yongxiang", "1926885268@qq.com"); - + chef_set_cooks (this, 1, "@ccmywish"); + chef_set_contributors (this, 1, "@yongxiang"); chef_allow_local_mode (this, PartiallyCan, "部分包管理器支持项目级换源", "Some package managers support project-level source changing"); chef_allow_english(this); diff --git a/src/recipe/lang/Python/pip.c b/src/recipe/lang/Python/pip.c index 08f3ca0..bda3465 100644 --- a/src/recipe/lang/Python/pip.c +++ b/src/recipe/lang/Python/pip.c @@ -14,9 +14,8 @@ pl_python_pip_prelude (void) chef_set_last_updated (this, "2025-07-11"); chef_set_sources_last_updated (this, "2025-07-11"); - chef_set_authors (this, 1, "Aoran Zeng", "ccmywish@qq.com"); - chef_set_chef (this, NULL, NULL); - chef_set_cooks (this, 0); + chef_set_chef (this, NULL); + chef_set_cooks (this, 1, "@ccmywish"); chef_set_contributors (this, 0); chef_allow_local_mode (this, CanNot, NULL, NULL); diff --git a/src/recipe/lang/Python/uv.c b/src/recipe/lang/Python/uv.c index 2a47c0c..9f2c64b 100644 --- a/src/recipe/lang/Python/uv.c +++ b/src/recipe/lang/Python/uv.c @@ -14,12 +14,9 @@ pl_python_uv_prelude (void) chef_set_last_updated (this, "2025-08-09"); chef_set_sources_last_updated (this, "2025-08-09"); - chef_set_authors (this, 1, "happy game", "happygame1024@gmail.com"); - chef_set_chef (this, NULL, NULL); - chef_set_cooks (this, 0); - chef_set_contributors (this, 2, - "ccy", "icuichengyi@gmail.com", - "Aoran Zeng", "ccmywish@qq.com"); + chef_set_chef (this, NULL); + chef_set_cooks (this, 1, "@happy-game"); + chef_set_contributors (this, 2, "@ccy", "@Aoran Zeng"); chef_allow_local_mode (this, FullyCan, NULL, NULL); chef_allow_english(this); diff --git a/src/recipe/lang/R.c b/src/recipe/lang/R.c index 7bbf3ed..e60648f 100644 --- a/src/recipe/lang/R.c +++ b/src/recipe/lang/R.c @@ -14,9 +14,8 @@ pl_r_prelude () chef_set_last_updated (this, "2025-08-10"); chef_set_sources_last_updated (this, "2023-09-04"); - chef_set_authors (this, 1, "Aoran Zeng", "ccmywish@qq.com"); - chef_set_chef (this, NULL, NULL); - chef_set_cooks (this, 0); + chef_set_chef (this, NULL); + chef_set_cooks (this, 1, "@ccmywish"); chef_set_contributors (this, 0); chef_allow_local_mode (this, CanNot, NULL, NULL); diff --git a/src/recipe/lang/Ruby/Ruby.c b/src/recipe/lang/Ruby/Ruby.c index 4542ef4..aa6033a 100644 --- a/src/recipe/lang/Ruby/Ruby.c +++ b/src/recipe/lang/Ruby/Ruby.c @@ -21,9 +21,8 @@ pl_ruby_prelude (void) chef_set_last_updated (this, "2025-08-11"); chef_set_sources_last_updated (this, "2024-12-18"); - chef_set_authors (this, 1, "Aoran Zeng", "ccmywish@qq.com"); - chef_set_chef (this, "Aoran Zeng", "ccmywish@qq.com"); - chef_set_cooks (this, 0); + chef_set_chef (this, "@ccmywish"); + chef_set_cooks (this, 1, "@ccmywish"); chef_set_contributors (this, 0); chef_allow_local_mode (this, PartiallyCan, "支持 bundler. 不支持 gem", "Support bundler. Not support gem"); diff --git a/src/recipe/lang/Rust/Cargo.c b/src/recipe/lang/Rust/Cargo.c index eaf743e..3a074a4 100644 --- a/src/recipe/lang/Rust/Cargo.c +++ b/src/recipe/lang/Rust/Cargo.c @@ -14,12 +14,9 @@ pl_rust_cargo_prelude (void) chef_set_last_updated (this, "2025-07-22"); chef_set_sources_last_updated (this, "2025-06-18"); - chef_set_authors (this, 1, "Aoran Zeng", "ccmywish@qq.com"); - chef_set_chef (this, NULL, NULL); - chef_set_cooks (this, 0); - chef_set_contributors (this, 1, - "Mikachu2333", "mikachu.23333@zohomail.com"); - + chef_set_chef (this, NULL); + chef_set_cooks (this, 1, "@ccmywish"); + chef_set_contributors (this, 1, "@Mikachu2333"); chef_allow_local_mode (this, PartiallyCan, "可以基于本项目换源吗?请帮助确认", "Can it change sources based on this project? Please help confirm"); chef_forbid_english (this); diff --git a/src/recipe/lang/Rust/rustup.c b/src/recipe/lang/Rust/rustup.c index cba0bf4..a81a75b 100644 --- a/src/recipe/lang/Rust/rustup.c +++ b/src/recipe/lang/Rust/rustup.c @@ -17,12 +17,9 @@ pl_rust_rustup_prelude (void) chef_set_last_updated (this, "2025-08-07"); chef_set_sources_last_updated (this, "2025-08-07"); - chef_set_authors (this, 1, "Aoran Zeng", "ccmywish@qq.com"); - chef_set_chef (this, NULL, NULL); - chef_set_cooks (this, 0); - chef_set_contributors (this, 2, - "Yangmoooo", "yangmoooo@outlook.com", - "Mikachu2333", "mikachu.23333@zohomail.com"); + chef_set_chef (this, NULL); + chef_set_cooks (this, 1, "@ccmywish"); + chef_set_contributors (this, 2, "@Yangmoooo", "@Mikachu2333"); chef_allow_local_mode (this, CanNot, NULL, NULL); chef_forbid_english (this); diff --git a/src/recipe/os/APT/Armbian.c b/src/recipe/os/APT/Armbian.c index b87595f..f864de6 100644 --- a/src/recipe/os/APT/Armbian.c +++ b/src/recipe/os/APT/Armbian.c @@ -14,12 +14,9 @@ os_armbian_prelude () chef_set_last_updated (this, "2025-08-10"); chef_set_sources_last_updated (this, "2024-11-21"); - chef_set_authors (this, 1, "Shengwei Chen", "414685209@qq.com"); - chef_set_chef (this, NULL, NULL); - chef_set_cooks (this, 0); - chef_set_contributors (this, 2, - "Aoran Zeng", "ccmywish@qq.com", - "Yangmoooo", "yangmoooo@outlook.com"); + chef_set_chef (this, NULL); + chef_set_cooks (this, 1, "@lovely"); + chef_set_contributors (this, 2, "@ccmywish", "@yangmoooo"); chef_allow_local_mode (this, CanNot, NULL, NULL); chef_forbid_english(this); diff --git a/src/recipe/os/YUM/Fedora-Linux.c b/src/recipe/os/YUM/Fedora-Linux.c index 88a374b..999b0df 100644 --- a/src/recipe/os/YUM/Fedora-Linux.c +++ b/src/recipe/os/YUM/Fedora-Linux.c @@ -14,12 +14,9 @@ os_fedora_prelude () chef_set_last_updated (this, "2025-08-10"); chef_set_sources_last_updated (this, "2025-06-20"); - chef_set_authors (this, 2, - "Heng Guo", "2085471348@qq.com", - "happy game", "happygame1024@gmail.com"); chef_set_chef (this, "@happy-game"); - chef_set_contributors (this, 1, - "Aoran Zeng", "ccmywish@qq.com"); + chef_set_cooks (this, 2, "@G_I_Y", "@happy-game"); + chef_set_contributors (this, 1, "@ccmywish"); chef_allow_local_mode (this, CanNot, NULL, NULL); chef_forbid_english(this); diff --git a/src/recipe/os/pacman/Arch-Linux.c b/src/recipe/os/pacman/Arch-Linux.c index 0faff53..5d4a791 100644 --- a/src/recipe/os/pacman/Arch-Linux.c +++ b/src/recipe/os/pacman/Arch-Linux.c @@ -17,11 +17,9 @@ os_arch_prelude () chef_set_last_updated (this, "2025-08-10"); chef_set_sources_last_updated (this, "2025-06-20"); - chef_set_authors (this, 2, "Aoran Zeng", "ccmywish@qq.com", - "Heng Guo", "2085471348@qq.com"); chef_set_chef (this, "@happy-game"); - chef_set_contributors (this, 1, - "happy game", "happygame1024@gmail.com"); + chef_set_cooks (this, 2, "@ccmywish", "@G_I_Y"); + chef_set_contributors (this, 1, "@happy-game"); chef_allow_local_mode (this, CanNot, NULL, NULL); chef_forbid_english(this);