From 7f1d93c8e76cbe4fd37d9bfc0c48266bedc20475 Mon Sep 17 00:00:00 2001 From: Luis Caro Campos <3535649+jcar87@users.noreply.github.com> Date: Mon, 4 Nov 2024 09:59:12 +0000 Subject: [PATCH] Dummy change for hello-conan recipe (#25824) --- recipes/hello-conan/all/conanfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/hello-conan/all/conanfile.py b/recipes/hello-conan/all/conanfile.py index 833b27c6895bd..5ce78afb9e98a 100644 --- a/recipes/hello-conan/all/conanfile.py +++ b/recipes/hello-conan/all/conanfile.py @@ -10,7 +10,7 @@ class hello_conanRecipe(ConanFile): name = "hello-conan" package_type = "library" - # Optional metadata + # Optional metadata !_!!!! license = "MIT" url = "https://github.com/conan-io/conan-center-index" description = "Dummy recipe for internal testing"