SamuraiAku / SPDX.jl

Provides for the creation, reading and writing of SPDX files in multiple file formats. Written in pure Julia.
MIT License
5 stars 1 forks source link

SpdxCreatorV2 puts an empty email field on a Tool creator #24

Closed SamuraiAku closed 1 year ago

SamuraiAku commented 1 year ago

Examples in the SPDX specification don't look like this

julia> SpdxCreatorV2("Tool: PkgToSBOM.jl")
Tool:  PkgToSBOM.jl  ()

The parenthesis should not be there.