Skip to content

Commit

Permalink
fix(report): Use SPDX ID for licenses
Browse files Browse the repository at this point in the history
  • Loading branch information
elldritch committed Mar 3, 2018
1 parent 5d36a75 commit d6872f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/fossa/report.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ type dependencyResponse struct {
}

type licenseResponse struct {
ID string
ID string `json:"spdx_id"`
Title string
FullText string
}
Expand Down

0 comments on commit d6872f2

Please sign in to comment.