Skip to content

Commit

Permalink
formulae: fix audit
Browse files Browse the repository at this point in the history
  • Loading branch information
ivaquero committed Sep 21, 2024
1 parent 4930da1 commit 107495c
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion Formula/carapace.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
class Carapace < Formula
desc "Multi-shell multi-command argument completer"
homepage "https://github.com/carapace-sh/carapace-bin"
version "1.0.5"
license "MIT"

on_macos do
Expand Down
1 change: 0 additions & 1 deletion Formula/chatgpt-cli.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
class ChatgptCli < Formula
desc "Simple cli wrapper for ChatGPT API, powered by GPT-3.5-turbo model"
homepage "https://github.com/j178/chatgpt"
version "1.3.4"
license "MIT"

on_macos do
Expand Down
3 changes: 1 addition & 2 deletions Formula/termscp.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
class Termscp < Formula
desc "Feature rich terminal file transfer and explorer with support for SCP/SFTP/FTP/S3/SMB/WebDAV"
desc "Feature rich terminal file transfer and explorer"
homepage "https://termscp.veeso.dev/"
version "0.13.0"
license "MIT"

on_macos do
Expand Down
1 change: 0 additions & 1 deletion Formula/wthrr.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
class Wthrr < Formula
desc "Weather companion for the terminal. Rust app"
homepage "https://github.com/ttytm/wthrr-the-weathercrab"
version "1.2.0"
license "MIT"

on_macos do
Expand Down

0 comments on commit 107495c

Please sign in to comment.