From fb6ceef1ac4a03b1adff91239a8f84ef83ba1649 Mon Sep 17 00:00:00 2001 From: Jonathan Reyes Date: Wed, 25 Feb 2026 15:48:18 -0700 Subject: [PATCH] chore: consolidate homebrew tap to panbanda/brews Update release workflow and README to publish formula to the shared panbanda/homebrew-brews tap instead of the dedicated panbanda/homebrew-omen tap. --- .github/workflows/release.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2e6460e3..1e7752eb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -180,7 +180,7 @@ jobs: EOF if [ -n "$HOMEBREW_TAP_GITHUB_TOKEN" ]; then - git clone "https://x-access-token:${HOMEBREW_TAP_GITHUB_TOKEN}@github.com/panbanda/homebrew-omen.git" tap + git clone "https://x-access-token:${HOMEBREW_TAP_GITHUB_TOKEN}@github.com/panbanda/homebrew-brews.git" tap mkdir -p tap/Formula cp omen.rb tap/Formula/omen.rb diff --git a/README.md b/README.md index 097c7c4d..06d0ef08 100644 --- a/README.md +++ b/README.md @@ -825,7 +825,7 @@ Go, Rust, Python, TypeScript, JavaScript, TSX/JSX, Java, C, C++, C#, Ruby, PHP, ### Homebrew (macOS/Linux) ```bash -brew install panbanda/omen/omen +brew install panbanda/brews/omen ``` ### Cargo Install