From dcd6ba01061540e0956d3c7198b696e04d4a2df6 Mon Sep 17 00:00:00 2001 From: youmetme <321640253@qq.com> Date: Mon, 12 Aug 2024 18:18:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=94=99=E8=AF=AF=E6=8F=8F?= =?UTF-8?q?=E8=BF=B0=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- conanfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conanfile.py b/conanfile.py index e9c5c50..2700417 100644 --- a/conanfile.py +++ b/conanfile.py @@ -12,7 +12,7 @@ class loggingRecipe(ConanFile): version = "0.1.0" license = "MIT" author = "321640253@qq.com" - url = "https://github.com/yourusername/logging" + url = "https://github.com/WangZhongDian/logging.git" description = "一个纯C的简单易用的日志库" topics = ("logging", "C", "simple", "easy-to-use", "log","Logging")