Skip to content

Commit

Permalink
Fix license detection for some sourcearchive packages
Browse files Browse the repository at this point in the history
  • Loading branch information
qtomlinson committed Nov 16, 2023
1 parent 81e2f30 commit 73da3b1
Show file tree
Hide file tree
Showing 4 changed files with 18,740 additions and 8 deletions.
1 change: 1 addition & 0 deletions lib/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,7 @@ function getLicenseLocations(coordinates) {
pypi: [`${coordinates.name}-${coordinates.revision}/`],
go: [goLicenseLocations(coordinates)]
}
map.sourcearchive = map.maven
return map[coordinates.type]
}

Expand Down
Loading

0 comments on commit 73da3b1

Please sign in to comment.