From 8c6e650a26f2d889cb5547dab0f2a4a7621001cb Mon Sep 17 00:00:00 2001 From: huketo Date: Mon, 27 Nov 2023 19:37:35 +0900 Subject: [PATCH] Update data.json (#40) There is a difference between the actual number of OSS and the number of licenses identified in url. Signed-off-by: huketo --- data/data.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/data.json b/data/data.json index fdc7b24..74f3a85 100644 --- a/data/data.json +++ b/data/data.json @@ -1,10 +1,10 @@ { "openSourceRepository": { - "count": 62233, + "count": 60785, "url": "https://olis.or.kr/ossList.do?page=1" }, "openSourceLicense": { - "count": 560, + "count": 463, "url": "https://olis.or.kr/licenseList.do?page=1" } -} \ No newline at end of file +}