We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6c2111 commit 462bf86Copy full SHA for 462bf86
src/recipe/lang/Python/uv.c
@@ -10,11 +10,11 @@ pl_python_uv_prelude (void)
10
chef_prep_this (pl_python_uv, gsr);
11
12
chef_set_created_on (this, "2024-12-11");
13
- chef_set_last_updated (this, "2025-08-09");
14
- chef_set_sources_last_updated (this, "2025-08-09");
+ chef_set_last_updated (this, "2025-10-11");
+ chef_set_sources_last_updated (this, "2025-10-11");
15
16
chef_set_chef (this, NULL);
17
- chef_set_cooks (this, 1, "@happy-game");
+ chef_set_cooks (this, 2, "@mikachu2333", "@happy-game");
18
chef_set_sauciers (this, 2, "@Kattos", "@ccmywish");
19
20
chef_allow_local_mode (this, FullyCan, NULL, NULL);
0 commit comments