Skip to content

Commit f139971

Browse files
authored
Modify homepage to empty if it is external repo (#217)
Signed-off-by: jiyeong.seok <[email protected]>
1 parent 25dd832 commit f139971

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fosslight_dependency/package_manager/Cocoapods.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ def parse_oss_information(self, f_name):
128128
purl = get_url_to_purl(homepage, self.package_manager_name, pod_oss_name_origin, oss_version)
129129
self.purl_dict[f'{pod_oss_name_origin}({oss_version})'] = purl
130130
if pod_oss_name in external_source_list:
131-
homepage = dn_loc
131+
homepage = ''
132132
if oss_name == '':
133133
continue
134134
if pod_oss_version != oss_version:

0 commit comments

Comments
 (0)