Skip to content

Commit 13d4c7a

Browse files
committed
Update contributors
1 parent e86afb5 commit 13d4c7a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/recipe/os/APT/Debian.c

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,8 @@ os_debian_prelude ()
1919
"Heng Guo", "[email protected]");
2020
chef_set_chef (this, NULL, NULL);
2121
chef_set_cooks (this, 0);
22-
chef_set_contributors (this, 2,
23-
"Yangmoooo", "[email protected]",
24-
"GitHub Copilot", "https://github.com/copilot");
22+
chef_set_contributors (this, 1,
23+
"Yangmoooo", "[email protected]");
2524

2625
chef_allow_local_mode (this, CanNot, NULL, NULL);
2726
chef_forbid_english(this);

0 commit comments

Comments
 (0)