We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
chef_set_cooks()
1 parent 6776e9a commit 7d7e6e1Copy full SHA for 7d7e6e1
src/recipe/lang/Clojure.c
@@ -14,9 +14,8 @@ pl_clojure_prelude ()
14
chef_set_last_updated (this, "2025-08-10");
15
chef_set_sources_last_updated (this, "2025-07-14");
16
17
- chef_set_authors (this, 1, "Aoran Zeng", "[email protected]");
18
- chef_set_chef (this, NULL, NULL);
19
- chef_set_cooks (this, 0);
+ chef_set_chef (this, NULL);
+ chef_set_cooks (this, 1, "@ccmywish");
20
chef_set_contributors (this, 0);
21
22
chef_allow_local_mode (this, FullyCan, NULL, NULL);
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_contributors (this, 2,
- "czyt", "[email protected]",
- "MadDogOwner", "[email protected]");
+ chef_set_contributors (this, 2, "@czyt", "@MadDogOwner");
23
24
chef_allow_local_mode (this, CanNot, NULL, NULL);
25
chef_allow_english(this);
src/recipe/lang/Dart/Pub.c
@@ -14,12 +14,9 @@ pl_dart_prelude (void)
src/recipe/lang/Go.c
@@ -28,12 +28,9 @@ pl_go_prelude ()
28
29
chef_set_sources_last_updated (this, "2025-07-12");
30
31
32
chef_set_chef (this, NULL, NULL);
33
34
35
36
- "Rui Yang", "[email protected]");
+ chef_set_contributors (this, 2, "@czyt", "@RuiYang");
37
38
39
chef_forbid_english(this);
src/recipe/lang/Haskell.c
@@ -14,9 +14,8 @@ pl_haskell_prelude ()
chef_set_sources_last_updated (this, "2023-09-10");
src/recipe/lang/Java.c
@@ -14,11 +14,9 @@ pl_java_prelude ()
chef_set_sources_last_updated (this, "2024-12-18");
- chef_set_contributors (this, 1,
- "BingChunMoLi", "[email protected]");
+ chef_set_contributors (this, 1, "@BingChunMoLi");
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");
- "Lontten", "[email protected]");
+ chef_set_contributors (this, 1, "@Lontten");
src/recipe/lang/JavaScript/Yarn.c
@@ -14,11 +14,9 @@ pl_js_yarn_prelude (void)
chef_set_sources_last_updated (this, "2025-07-11");
- "Mr. Will", "[email protected]");
+ chef_set_contributors (this, 1, "@MrWill");
src/recipe/lang/JavaScript/common.h
@@ -21,7 +21,7 @@ pl_js_group_prelude (void)
26
chef_set_chef (this, "@happy-game");
27
@@ -58,9 +58,8 @@ pl_js_nodejs_binary_prelude (void)
58
59
60
61
62
63
64
65
66
src/recipe/lang/JavaScript/npm.c
@@ -14,11 +14,9 @@ pl_js_npm_prelude (void)
0 commit comments