Skip to content

Commit a08ef58

Browse files
committed
添加维护者信息
1 parent 2f46cd6 commit a08ef58

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

src/recipe/lang/Clojure.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ pl_clojure_prelude ()
1212

1313
chef_set_created_on (this, "2023-09-10");
1414
chef_set_last_updated (this, "2025-08-10");
15-
chef_set_sources_last_updated (this, "2025-07-14");
15+
chef_set_sources_last_updated (this, "2025-08-21");
1616

1717
chef_set_chef (this, NULL);
1818
chef_set_cooks (this, 1, "@ccmywish");
19-
chef_set_contributors (this, 0);
19+
chef_set_contributors (this, 1, "@hezonglun");
2020

2121
chef_allow_local_mode (this, FullyCan, NULL, NULL);
2222
chef_forbid_english(this);

src/recipe/lang/Perl.c

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,11 @@ pl_perl_prelude ()
1212

1313
chef_set_created_on (this, "2023-09-31");
1414
chef_set_last_updated (this, "2025-08-10");
15-
chef_set_sources_last_updated (this, "2024-05-24");
15+
chef_set_sources_last_updated (this, "2025-08-21");
1616

1717
chef_set_chef (this, NULL);
1818
chef_set_cooks (this, 1, "@ccmywish");
19-
chef_set_contributors (this, 0);
20-
// TODO: 添加 @hezonglun
19+
chef_set_contributors (this, 1, "@hezonglun");
2120

2221
chef_allow_local_mode (this, CanNot, NULL, NULL);
2322
chef_forbid_english(this);

src/recipe/lang/R.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ pl_r_prelude ()
1212

1313
chef_set_created_on (this, "2023-09-21");
1414
chef_set_last_updated (this, "2025-08-10");
15-
chef_set_sources_last_updated (this, "2023-09-04");
15+
chef_set_sources_last_updated (this, "2025-08-21");
1616

1717
chef_set_chef (this, NULL);
1818
chef_set_cooks (this, 1, "@ccmywish");
19-
chef_set_contributors (this, 0);
19+
chef_set_contributors (this, 1, "@hezonglun");
2020

2121
chef_allow_local_mode (this, CanNot, NULL, NULL);
2222
chef_forbid_english(this);

0 commit comments

Comments
 (0)