Skip to content

Commit

Permalink
Update data.json (#40)
Browse files Browse the repository at this point in the history
There is a difference between the actual number of OSS and the number of licenses identified in url.

Signed-off-by: huketo <[email protected]>
  • Loading branch information
huketo authored Nov 27, 2023
1 parent f5ebc9b commit 8c6e650
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/data.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
}

0 comments on commit 8c6e650

Please sign in to comment.