添加维护者信息

This commit is contained in:
Aoran Zeng 2025-08-21 18:47:33 +08:00
parent 2f46cd63f5
commit a08ef58579
No known key found for this signature in database
GPG Key ID: 8F8BA8488E10ED98
3 changed files with 6 additions and 7 deletions

View File

@ -12,11 +12,11 @@ pl_clojure_prelude ()
chef_set_created_on (this, "2023-09-10"); chef_set_created_on (this, "2023-09-10");
chef_set_last_updated (this, "2025-08-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_chef (this, NULL);
chef_set_cooks (this, 1, "@ccmywish"); 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_allow_local_mode (this, FullyCan, NULL, NULL);
chef_forbid_english(this); chef_forbid_english(this);

View File

@ -12,12 +12,11 @@ pl_perl_prelude ()
chef_set_created_on (this, "2023-09-31"); chef_set_created_on (this, "2023-09-31");
chef_set_last_updated (this, "2025-08-10"); 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_chef (this, NULL);
chef_set_cooks (this, 1, "@ccmywish"); chef_set_cooks (this, 1, "@ccmywish");
chef_set_contributors (this, 0); chef_set_contributors (this, 1, "@hezonglun");
// TODO: 添加 @hezonglun
chef_allow_local_mode (this, CanNot, NULL, NULL); chef_allow_local_mode (this, CanNot, NULL, NULL);
chef_forbid_english(this); chef_forbid_english(this);

View File

@ -12,11 +12,11 @@ pl_r_prelude ()
chef_set_created_on (this, "2023-09-21"); chef_set_created_on (this, "2023-09-21");
chef_set_last_updated (this, "2025-08-10"); 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_chef (this, NULL);
chef_set_cooks (this, 1, "@ccmywish"); 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_allow_local_mode (this, CanNot, NULL, NULL);
chef_forbid_english(this); chef_forbid_english(this);