Skip to content
This repository has been archived by the owner on Jul 6, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Signed-off-by: Cedric Nugteren <[email protected]>
  • Loading branch information
CNugteren authored Sep 14, 2022
1 parent d803464 commit 9460289
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/format/format.go
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,9 @@ func (f *Format) convertToPackage(module models.Module) (models.Package, error)
Value: module.CheckSum.String(),
}},
PackageHomePage: buildHomepageURL(module.PackageURL),
PackageLicenseConcluded: noAssertion, // setPkgValue(module.LicenseConcluded),
PackageLicenseDeclared: noAssertion, // setPkgValue(module.LicenseDeclared),
PackageCopyrightText: noAssertion, // setPkgValue(module.Copyright),
PackageLicenseConcluded: setPkgValue(module.LicenseConcluded),
PackageLicenseDeclared: setPkgValue(module.LicenseDeclared),
PackageCopyrightText: setPkgValue(module.Copyright),
PackageLicenseComments: setPkgValue(""),
PackageComment: setPkgValue(""),
RootPackage: module.Root,
Expand Down

0 comments on commit 9460289

Please sign in to comment.