Skip to content

Commit 2a3aa24

Browse files
committed
更新维护者信息
1 parent ad1e488 commit 2a3aa24

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

src/recipe/lang/Haskell.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ pl_haskell_prelude ()
1111

1212
chef_set_created_on (this, "2023-09-10");
1313
chef_set_last_updated (this, "2025-08-10");
14-
chef_set_sources_last_updated (this, "2023-09-10");
14+
chef_set_sources_last_updated (this, "2025-08-22");
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);

src/recipe/lang/Julia.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ pl_julia_prelude ()
1111

1212
chef_set_created_on (this, "2023-08-31");
1313
chef_set_last_updated (this, "2025-08-10");
14-
chef_set_sources_last_updated (this, "2025-07-14");
14+
chef_set_sources_last_updated (this, "2025-08-22");
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_allow_english(this);

src/recipe/lang/Lua.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ pl_lua_prelude ()
1818

1919
chef_set_created_on (this, "2023-09-27");
2020
chef_set_last_updated (this, "2025-08-10");
21-
chef_set_sources_last_updated (this, "2025-07-14");
21+
chef_set_sources_last_updated (this, "2025-08-22");
2222

2323
chef_set_chef (this, NULL);
2424
chef_set_cooks (this, 1, "@ccmywish");
25-
chef_set_sauciers (this, 0);
25+
chef_set_sauciers (this, 1, "@hezonglun");
2626

2727
chef_allow_local_mode (this, CanNot, NULL, NULL);
2828
chef_forbid_english(this);

0 commit comments

Comments
 (0)