Skip to content

Commit

Permalink
Modify homepage to empty if it is external repo (#217)
Browse files Browse the repository at this point in the history
Signed-off-by: jiyeong.seok <[email protected]>
  • Loading branch information
dd-jy authored Aug 5, 2024
1 parent 25dd832 commit f139971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fosslight_dependency/package_manager/Cocoapods.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def parse_oss_information(self, f_name):
purl = get_url_to_purl(homepage, self.package_manager_name, pod_oss_name_origin, oss_version)
self.purl_dict[f'{pod_oss_name_origin}({oss_version})'] = purl
if pod_oss_name in external_source_list:
homepage = dn_loc
homepage = ''
if oss_name == '':
continue
if pod_oss_version != oss_version:
Expand Down

0 comments on commit f139971

Please sign in to comment.