Skip to content

Commit

Permalink
Replace the broken link with the new link (#177)
Browse files Browse the repository at this point in the history
Signed-off-by: Ash-2k3 <[email protected]>
  • Loading branch information
Ash-2k3 authored Apr 30, 2024
1 parent ebbc35f commit e11cd64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/package_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ def getIBMValidatedSoftwareList(data,oskey):
return swlist

def getIBMValidatedOpenSourceList(oskey):
src_url = "https://www.ibm.com/community/z/open-source-software/output/json/"
src_url = "https://community.ibm.com/zsystems/api/oss/json"
try:
req = requests.get(src_url)
data = req.content
Expand Down

0 comments on commit e11cd64

Please sign in to comment.