Skip to content

Commit

Permalink
fix: rename debian type
Browse files Browse the repository at this point in the history
  • Loading branch information
shibumi authored and ashcrow committed Feb 3, 2022
1 parent 07a9f5a commit 5cd1dfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packageurl.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ var (
// TypeComposer is a pkg:composer purl.
TypeComposer = "composer"
// TypeDebian is a pkg:deb purl.
TypeDebian = "debian"
TypeDebian = "deb"
// TypeDocker is a pkg:docker purl.
TypeDocker = "docker"
// TypeGem is a pkg:gem purl.
Expand Down

0 comments on commit 5cd1dfb

Please sign in to comment.