From ca4319001c9f9e5d19d055a906658174bc31243a Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Fri, 12 Sep 2025 11:25:20 -0600 Subject: [PATCH] docs: Updated the Homebrew tap description [skip-ci] --- deployment/homebrew/managarr.rb.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/homebrew/managarr.rb.template b/deployment/homebrew/managarr.rb.template index 91c68fd..9ab6298 100644 --- a/deployment/homebrew/managarr.rb.template +++ b/deployment/homebrew/managarr.rb.template @@ -1,7 +1,7 @@ # Documentation: https://docs.brew.sh/Formula-Cookbook # https://rubydoc.brew.sh/Formula class Managarr < Formula - desc "A fast and simple dashboard for Kubernetes written in Rust" + desc "Managarr is a TUI and CLI to help you manage your HTPC (Home Theater PC)" homepage "https://github.com/Dark-Alex-17/managarr" if OS.mac? and Hardware::CPU.arm? url "https://github.com/Dark-Alex-17/managarr/releases/download/v$version/managarr-macos-arm64.tar.gz"