Skip to content

Commit

Permalink
feat: Add R repository to the legacy repository list (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddenmarten authored Aug 14, 2023
1 parent 1f4d54a commit b64211c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nexus3/schema/repository/legacy-repository.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ const (
RepositoryFormatNuget = "nuget"
RepositoryFormatP2 = "p2"
RepositoryFormatPyPi = "pypi"
RepositoryFormatR = "r"
RepositoryFormatRAW = "raw"
RepositoryFormatRuby = "rubygems"
RepositoryFormatYum = "yum"
Expand All @@ -37,6 +38,7 @@ var (
RepositoryFormatNuget,
RepositoryFormatP2,
RepositoryFormatPyPi,
RepositoryFormatR,
RepositoryFormatRAW,
RepositoryFormatRuby,
RepositoryFormatYum,
Expand Down

0 comments on commit b64211c

Please sign in to comment.