Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions registry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4424,7 +4424,7 @@ description = "Pretty fancy and modern terminal file manager"
test = ["spf --version", "superfile version v{{version}}"]

[tools.superhtml]
backends = ["ubi:kristoff-it/superhtml"]
backends = ["github:kristoff-it/superhtml"]
description = "HTML Validator, Formatter, LSP, and Templating Language Library"
test = ["superhtml version 2>&1", "{{version}}"]

Expand Down Expand Up @@ -4964,7 +4964,7 @@ backends = ["aqua:ovh/venom", "asdf:aabouzaid/asdf-venom"]
description = "Manage and run your integration tests with efficiency - Venom run executors (script, HTTP Request, web, imap, etc... ) and assertions"

[tools.vespa-cli]
backends = ["ubi:vespa-engine/vespa"]
backends = ["github:vespa-engine/vespa"]
description = "The command-line tool for Vespa.ai."
test = ["vespa version", "Vespa CLI version {{version}}"]

Expand Down Expand Up @@ -5129,7 +5129,7 @@ backends = ["asdf:mise-plugins/mise-xcresultparser"]
description = "Parse the binary xcresult bundle from Xcode builds and testruns"

[tools.xcsift]
backends = ["ubi:ldomaradzki/xcsift"]
backends = ["github:ldomaradzki/xcsift"]
description = "Swift tool to parse and format xcodebuild output for coding agents"
os = ["macos"]
test = ["xcsift --version", "{{version}}"]
Expand Down
Loading