diff --git a/Formula/lc.rb b/Formula/lc.rb index 5abdc63..477e430 100644 --- a/Formula/lc.rb +++ b/Formula/lc.rb @@ -1,18 +1,18 @@ class Lc < Formula desc "CLI for interacting with Linear.app" - homepage "https://github.com/rubyists/linear-cli-ex" + homepage "https://github.com/rubyists/linear-cli" license "WTFPL" on_macos do on_arm do - url "https://github.com/rubyists/linear-cli-ex/releases/download/v1.0.0/lc_macos_aarch64.tar.gz" + url "https://github.com/rubyists/linear-cli/releases/download/v1.0.0/lc_macos_aarch64.tar.gz" sha256 "977f8099f748f34cee355c72d99db22c574000b4c2f8e74be85a05fc612189fc" end end on_linux do on_intel do - url "https://github.com/rubyists/linear-cli-ex/releases/download/v1.0.0/lc_linux_x86_64.tar.gz" + url "https://github.com/rubyists/linear-cli/releases/download/v1.0.0/lc_linux_x86_64.tar.gz" sha256 "a538bef611950424fe7d484d484ec972fff57016a178c9a965e48ae9047787e4" end end diff --git a/Readme.adoc b/Readme.adoc index da9f7c0..22de103 100644 --- a/Readme.adoc +++ b/Readme.adoc @@ -10,6 +10,6 @@ $ brew tap rubyists/tap $ brew install lc ---- -`lc` is the https://github.com/rubyists/linear-cli-ex[linear-cli-ex] CLI for +`lc` is the https://github.com/rubyists/linear-cli[linear-cli] CLI for https://linear.app[Linear.app], covering macOS (Apple Silicon) and Linux (x86_64).