We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea60454 commit 6c869bfCopy full SHA for 6c869bf
pkg/registry/official.go
@@ -204,7 +204,7 @@ func (*OfficialRegistry) createRepository(entry *types.RegistryEntry) model.Repo
204
205
if repositoryURL == "" {
206
// Use a toolhive-registry placeholder URL to satisfy validation when no repository is available for remote servers
207
- repositoryURL = "https://github.com/placeholder/no-repository"
+ repositoryURL = "https://github.com/stacklok/toolhive-registry"
208
if entry.IsRemote() {
209
return model.Repository{
210
URL: repositoryURL,
0 commit comments