From dd4b87f4f22d0dc9f3428742217fbd2844e4a567 Mon Sep 17 00:00:00 2001 From: youmetme <321640253@qq.com> Date: Tue, 9 Dec 2025 19:59:32 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E5=90=8D=E7=A7=B0=E5=92=8CURL=E4=B8=BACArgParse?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- conanfile.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conanfile.py b/conanfile.py index 9301d0c..eeedbe6 100644 --- a/conanfile.py +++ b/conanfile.py @@ -4,12 +4,12 @@ from conan.tools.files import copy import os -class loggingRecipe(ConanFile): +class CArgParseRecipe(ConanFile): name = "cargparse" version = "0.3.2" license = "MIT" author = "321640253@qq.com" - url = "https://gitea.youmetme.wang/youmetme/logging" + url = "https://gitea.youmetme.wang/youmetme/CArgParse" description = "C语言命令行参数解析器" topics = ( "argparse",