From de0f84fbadba2d4789235cc5318842e45ec69d77 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 8 Jul 2026 01:35:01 +0000 Subject: [PATCH] chore: drop 'command-line' from amy formula desc for brew audit Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_01TGdEUziwC3Uc3XhB7DFQYt --- cli/packaging/homebrew/amy.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/packaging/homebrew/amy.rb b/cli/packaging/homebrew/amy.rb index d05877b3c7..ec89e2d0e3 100644 --- a/cli/packaging/homebrew/amy.rb +++ b/cli/packaging/homebrew/amy.rb @@ -19,7 +19,7 @@ # We publish exactly that as `amy--jvm.tar.gz` (bin/amy + lib/*.jar, # no bundled runtime) from .github/workflows/create-release.yml. class Amy < Formula - desc "Command-line Nostr client from the Amethyst project" + desc "Nostr client from the Amethyst project" homepage "https://github.com/vitorpamplona/amethyst" url "https://github.com/vitorpamplona/amethyst/releases/download/v1.12.6/amy-1.12.6-jvm.tar.gz" sha256 "209316d704a4622ddef1fd86b958b7619e9d049c20f3543dff60348ec73affd6"