Use chef_allow_gsr for ware

This commit is contained in:
Aoran Zeng
2025-08-10 19:53:21 +08:00
parent ff65de3a75
commit f36fd1ccb2
10 changed files with 10 additions and 39 deletions

View File

@@ -8,6 +8,7 @@ void
wr_guix_prelude ()
{
use_this(wr_guix);
chef_allow_s(wr_guix);
chef_set_created_on (this, "2023-09-11");
chef_set_last_updated (this, "2025-08-09");
@@ -18,10 +19,6 @@ wr_guix_prelude ()
chef_set_sous_chefs (this, 0);
chef_set_contributors (this, 0);
// chef_allow_get();
chef_allow_set();
// chef_allow_reset();
chef_allow_local_mode (this, CanNot, NULL, NULL);
chef_forbid_english(this);
chef_forbid_user_define(this);