22 * SPDX-License-Identifier: GPL-3.0-or-later
33 * ------------------------------------------------------------*/
44
5- def_target (pl_python_uv , "uv" );
5+ def_target (pl_python_uv , "uv" );
66
77void
88pl_python_uv_prelude (void )
@@ -14,12 +14,12 @@ pl_python_uv_prelude (void)
1414 chef_set_sources_last_updated (this , "2025-10-11" );
1515
1616 chef_set_chef (this , NULL );
17- chef_set_cooks (this , 2 , "@mikachu2333 " , "@happy-game" );
17+ chef_set_cooks (this , 2 , "@Mikachu2333 " , "@happy-game" );
1818 chef_set_sauciers (this , 2 , "@Kattos" , "@ccmywish" );
1919
2020 chef_allow_local_mode (this , FullyCan , NULL , NULL );
21- chef_allow_english (this );
22- chef_allow_user_define (this );
21+ chef_allow_english (this );
22+ chef_allow_user_define (this );
2323
2424 chef_use_other_target_sources (this , & pl_python_group_target );
2525}
@@ -190,7 +190,7 @@ pl_python_uv_config_find ()
190190 result .pypi_url = result2 .url ;
191191 result .pypi_path = result2 .file_path ;
192192 }
193- if (pl_python_uv_config_summary_struct_is_full (& result ) || chsrc_in_local_mode ()) return result ;
193+ if (pl_python_uv_config_summary_struct_is_full (& result ) || chsrc_in_local_mode ()) return result ;
194194
195195 PlPythonUvConfig result3 = pl_python_uv_config_define_python (PL_Python_uv_Proj_pyproj );
196196 if (!result3 .is_empty )
0 commit comments