From d0983f12ae19c0667caa256b73acb7040dff1c6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Mon, 13 Jan 2025 17:55:43 +0200 Subject: [PATCH] refactor(registry): alias protobuf to protoc --- docs/registry.md | 1 - registry.toml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/registry.md b/docs/registry.md index 9177b5b6fc..b6648c8fe1 100644 --- a/docs/registry.md +++ b/docs/registry.md @@ -592,7 +592,6 @@ You can also specify the full name for a tool using `mise use aqua:1password/cli | powershell-core | [aqua:PowerShell/PowerShell](https://github.com/PowerShell/PowerShell) [asdf:daveneeley/asdf-powershell-core](https://github.com/daveneeley/asdf-powershell-core) | | pre-commit | [aqua:pre-commit/pre-commit](https://github.com/pre-commit/pre-commit) [asdf:jonathanmorley/asdf-pre-commit](https://github.com/jonathanmorley/asdf-pre-commit) | | promtool | [aqua:prometheus/prometheus](https://github.com/prometheus/prometheus) [asdf:asdf-community/asdf-promtool](https://github.com/asdf-community/asdf-promtool) | -| protobuf | [vfox:mise-plugins/vfox-protobuf](https://github.com/mise-plugins/vfox-protobuf) | | protoc | [aqua:protocolbuffers/protobuf/protoc](https://github.com/protocolbuffers/protobuf/protoc) [asdf:paxosglobal/asdf-protoc](https://github.com/paxosglobal/asdf-protoc) | | protoc-gen-connect-go | [go:connectrpc.com/connect/cmd/protoc-gen-connect-go](https://pkg.go.dev/connectrpc.com/connect/cmd/protoc-gen-connect-go) [asdf:dylanrayboss/asdf-protoc-gen-connect-go](https://github.com/dylanrayboss/asdf-protoc-gen-connect-go) | | protoc-gen-go | [aqua:protocolbuffers/protobuf-go/protoc-gen-go](https://github.com/protocolbuffers/protobuf-go/protoc-gen-go) [asdf:pbr0ck3r/asdf-protoc-gen-go](https://github.com/pbr0ck3r/asdf-protoc-gen-go) | diff --git a/registry.toml b/registry.toml index e36da960d1..6020b8a8d4 100644 --- a/registry.toml +++ b/registry.toml @@ -1362,7 +1362,7 @@ promtool.backends = [ "asdf:asdf-community/asdf-promtool" ] promtool.test = ["promtool --version", "promtool, version {{version}}"] -protobuf.backends = ["vfox:mise-plugins/vfox-protobuf"] +protoc.aliases = ["protobuf"] protoc.backends = [ "aqua:protocolbuffers/protobuf/protoc", "asdf:paxosglobal/asdf-protoc"