From 778196c0122d375ad34799d442eec426f7c6f1af Mon Sep 17 00:00:00 2001 From: Sayan Goswami Date: Sat, 27 Apr 2024 18:32:59 +0100 Subject: [PATCH] update homebrew tap metadata --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 006095a..a63b44e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jf" -version = "0.1.0" +version = "0.1.1" edition = "2021" repository = "https://github.com/say4n/jf/" description = "flatten them json" @@ -26,7 +26,7 @@ ci = ["github"] # The installers to generate for each app installers = ["shell", "powershell", "npm", "homebrew"] # A GitHub repo to push Homebrew formulas to -tap = "say4n/say4n" +tap = "say4n/homebrew-say4n" # 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"] # The archive format to use for windows builds (defaults .zip)