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 only used by Nexus IQ for which support was removed in 1f4d723.

Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.org>
  • Loading branch information
sschuberth committed Nov 22, 2024
1 parent 17cbaf4 commit 982cfee
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 982cfee

Please sign in to comment.