Skip to content

Commit

Permalink
chore(model): Remove the A_NAME purl type
Browse files Browse the repository at this point in the history
This was an unofficial addition (i.e. it is not part of [1]) used by Nexus
IQ only, for which support was removed in 1f4d723.

[1]: https://github.com/package-url/purl-spec/blob/master/PURL-TYPES.rst

Signed-off-by: Sebastian Schuberth <[email protected]>
  • Loading branch information
sschuberth committed Nov 22, 2024
1 parent a5046af commit af79e99
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion model/src/main/kotlin/utils/PurlUtils.kt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ import org.ossreviewtoolkit.utils.common.percentEncode
*/
enum class PurlType(private val value: String) {
APK("apk"),
A_NAME("a-name"),
BAZEL("bazel"),
BITBUCKET("bitbucket"),
BOWER("bower"),
Expand Down

0 comments on commit af79e99

Please sign in to comment.