From 1a6a01293ffbd28559f26f73d16fde5be881250b Mon Sep 17 00:00:00 2001 From: Remigiusz Micielski Date: Wed, 19 Jun 2024 14:28:18 +0200 Subject: [PATCH] fix homebrew in ci --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 40bc56a..ed2da95 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ ci = "github" # The installers to generate for each app installers = ["shell", "homebrew"] # A GitHub repo to push Homebrew formulas to -tap = "rustmission/homebrew-tap" +tap = "intuis/homebrew-tap" # Target platforms to build apps for (Rust target-triple syntax) targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-unknown-linux-musl"] # Publish jobs to run in CI