From 1ccf54dde91e7bc9f09953899955f49668c83515 Mon Sep 17 00:00:00 2001 From: "@ran-zhao-yu" Date: Mon, 4 Nov 2024 15:12:39 +0800 Subject: [PATCH] =?UTF-8?q?README=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: @ran-zhao-yu --- README.OpenSource | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.OpenSource b/README.OpenSource index 162c484..c4e0fbc 100644 --- a/README.OpenSource +++ b/README.OpenSource @@ -1,9 +1,9 @@ [ { - "Name": "openEuler:jsonCpp", + "Name": "openEuler:jsoncpp", "License": "MIT License", "License File": "Copyright", - "Version Number": "jsoncpp-1.9.5-5.oe2203sp3", + "Version Number": "1.9.5-5.oe2203sp3", "Owner": "jameslee@huawei.com", "Upstream URL": "https://repo.openeuler.org/openEuler-22.03-LTS-SP3/source/Packages/jsoncpp-1.9.5-5.oe2203sp3.src.rpm", "Description": "JsonCpp is a C++ library that allows manipulating JSON values, including serialization and deserialization to and from strings. It can also preserve existing comment in unserialization/serialization steps, making it a convenient format to store user input files." -- Gitee