From a08ef58579203d7fce4ec03c059852f385a02d51 Mon Sep 17 00:00:00 2001 From: Aoran Zeng Date: Thu, 21 Aug 2025 18:47:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=BB=B4=E6=8A=A4=E8=80=85?= =?UTF-8?q?=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/recipe/lang/Clojure.c | 4 ++-- src/recipe/lang/Perl.c | 5 ++--- src/recipe/lang/R.c | 4 ++-- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/src/recipe/lang/Clojure.c b/src/recipe/lang/Clojure.c index 2e776e7..1f52d59 100644 --- a/src/recipe/lang/Clojure.c +++ b/src/recipe/lang/Clojure.c @@ -12,11 +12,11 @@ pl_clojure_prelude () chef_set_created_on (this, "2023-09-10"); chef_set_last_updated (this, "2025-08-10"); - chef_set_sources_last_updated (this, "2025-07-14"); + chef_set_sources_last_updated (this, "2025-08-21"); chef_set_chef (this, NULL); chef_set_cooks (this, 1, "@ccmywish"); - chef_set_contributors (this, 0); + chef_set_contributors (this, 1, "@hezonglun"); chef_allow_local_mode (this, FullyCan, NULL, NULL); chef_forbid_english(this); diff --git a/src/recipe/lang/Perl.c b/src/recipe/lang/Perl.c index e2d5d72..c7d6cbd 100644 --- a/src/recipe/lang/Perl.c +++ b/src/recipe/lang/Perl.c @@ -12,12 +12,11 @@ pl_perl_prelude () chef_set_created_on (this, "2023-09-31"); chef_set_last_updated (this, "2025-08-10"); - chef_set_sources_last_updated (this, "2024-05-24"); + chef_set_sources_last_updated (this, "2025-08-21"); chef_set_chef (this, NULL); chef_set_cooks (this, 1, "@ccmywish"); - chef_set_contributors (this, 0); - // TODO: 添加 @hezonglun + chef_set_contributors (this, 1, "@hezonglun"); chef_allow_local_mode (this, CanNot, NULL, NULL); chef_forbid_english(this); diff --git a/src/recipe/lang/R.c b/src/recipe/lang/R.c index e60648f..0530a56 100644 --- a/src/recipe/lang/R.c +++ b/src/recipe/lang/R.c @@ -12,11 +12,11 @@ pl_r_prelude () chef_set_created_on (this, "2023-09-21"); chef_set_last_updated (this, "2025-08-10"); - chef_set_sources_last_updated (this, "2023-09-04"); + chef_set_sources_last_updated (this, "2025-08-21"); chef_set_chef (this, NULL); chef_set_cooks (this, 1, "@ccmywish"); - chef_set_contributors (this, 0); + chef_set_contributors (this, 1, "@hezonglun"); chef_allow_local_mode (this, CanNot, NULL, NULL); chef_forbid_english(this);