Skip to content

Commit

Permalink
chore: remove Homebrew for now
Browse files Browse the repository at this point in the history
  • Loading branch information
mistydemeo committed Dec 5, 2023
1 parent 89629af commit f3bd5ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dist.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "axolotlsay-js"
description = "JavaScript port of axolotlsay"
version = "0.1.0"
version = "0.2.0"
license = "MIT"
repository = "https://github.com/axodotdev/axolotlsay-js"
binaries = ["axolotlsay-js"]
Expand All @@ -14,7 +14,7 @@ cargo-dist-version = "0.5.0"
# CI backends to support
ci = ["github"]
# The installers to generate for each app
installers = ["shell", "powershell", "homebrew"]
installers = ["shell", "powershell"]
# A GitHub repo to push Homebrew formulas to
tap = "axodotdev/homebrew-tap"
# Target platforms to build apps for (Rust target-triple syntax)
Expand Down

0 comments on commit f3bd5ae

Please sign in to comment.