Skip to content

Commit

Permalink
Add Lua Rocksperc package type
Browse files Browse the repository at this point in the history
Signed-off-by: Laurent Goderre <[email protected]>
  • Loading branch information
LaurentGoderre committed Mar 8, 2024
1 parent 877e174 commit 34a8785
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packageurl.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ var (
TypePub = "pub"
// TypePyPi is a pkg:pypi purl.
TypePyPi = "pypi"
// TypeLuaRock is a pkg:luarock purl.
TypeLuaRock = "luarock"
// TypeRPM is a pkg:rpm purl.
TypeRPM = "rpm"
// TypeSwift is pkg:swift purl.
Expand Down

0 comments on commit 34a8785

Please sign in to comment.