From 2a3aa2499520a4ae34d5380e990a1cfaefd22cc8 Mon Sep 17 00:00:00 2001 From: Aoran Zeng Date: Fri, 22 Aug 2025 17:39:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=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/Haskell.c | 4 ++-- src/recipe/lang/Julia.c | 4 ++-- src/recipe/lang/Lua.c | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/recipe/lang/Haskell.c b/src/recipe/lang/Haskell.c index 40413ba..c49fd1e 100644 --- a/src/recipe/lang/Haskell.c +++ b/src/recipe/lang/Haskell.c @@ -11,11 +11,11 @@ pl_haskell_prelude () chef_set_created_on (this, "2023-09-10"); chef_set_last_updated (this, "2025-08-10"); - chef_set_sources_last_updated (this, "2023-09-10"); + chef_set_sources_last_updated (this, "2025-08-22"); chef_set_chef (this, NULL); chef_set_cooks (this, 1, "@ccmywish"); - chef_set_sauciers (this, 0); + chef_set_sauciers (this, 1, "@hezonglun"); chef_allow_local_mode (this, CanNot, NULL, NULL); chef_forbid_english(this); diff --git a/src/recipe/lang/Julia.c b/src/recipe/lang/Julia.c index 7f8c818..632d83e 100644 --- a/src/recipe/lang/Julia.c +++ b/src/recipe/lang/Julia.c @@ -11,11 +11,11 @@ pl_julia_prelude () chef_set_created_on (this, "2023-08-31"); 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-22"); chef_set_chef (this, NULL); chef_set_cooks (this, 1, "@ccmywish"); - chef_set_sauciers (this, 0); + chef_set_sauciers (this, 1, "@hezonglun"); chef_allow_local_mode (this, CanNot, NULL, NULL); chef_allow_english(this); diff --git a/src/recipe/lang/Lua.c b/src/recipe/lang/Lua.c index 249b1e4..52b81f3 100644 --- a/src/recipe/lang/Lua.c +++ b/src/recipe/lang/Lua.c @@ -18,11 +18,11 @@ pl_lua_prelude () chef_set_created_on (this, "2023-09-27"); 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-22"); chef_set_chef (this, NULL); chef_set_cooks (this, 1, "@ccmywish"); - chef_set_sauciers (this, 0); + chef_set_sauciers (this, 1, "@hezonglun"); chef_allow_local_mode (this, CanNot, NULL, NULL); chef_forbid_english(this);