From 7c7d8703828aac80365583265dcd8342932c0b98 Mon Sep 17 00:00:00 2001 From: cxreiff Date: Thu, 15 Aug 2024 08:06:52 -0700 Subject: [PATCH] corrected homebrew tap name --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8496641..802f0d8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ ci = "github" # The installers to generate for each app installers = ["homebrew"] # A GitHub repo to push Homebrew formulas to -tap = "cxreiff/tap" +tap = "cxreiff/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-pc-windows-msvc"] # Publish jobs to run in CI