Skip to content

Commit

Permalink
Change LuaRock to LuaRocks as per Purl spec (#21)
Browse files Browse the repository at this point in the history
Signed-off-by: Laurent Goderre <[email protected]>
  • Loading branch information
LaurentGoderre authored May 7, 2024
1 parent fae0793 commit 848e011
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packageurl.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ var (
TypePub = "pub"
// TypePyPi is a pkg:pypi purl.
TypePyPi = "pypi"
// TypeLuaRock is a pkg:luarock purl.
TypeLuaRock = "luarock"
// TypeLuaRocs is a pkg:luarocks purl.
TypeLuaRocks = "luarocks"
// TypeRPM is a pkg:rpm purl.
TypeRPM = "rpm"
// TypeSwift is pkg:swift purl.
Expand Down

0 comments on commit 848e011

Please sign in to comment.