aboutsummaryrefslogtreecommitdiff
path: root/Formula
diff options
context:
space:
mode:
authorRuben Beltran del Rio <ruben@unlimited.pizza>2023-04-17 21:09:24 +0200
committerRuben Beltran del Rio <ruben@unlimited.pizza>2023-04-17 21:09:24 +0200
commit1ff7ef5f3df4d151a72399b0223486b774f18373 (patch)
treeb0d3288e86b32fbcbe74fefe161dbd406569c326 /Formula
parent33fd628b0440573882157d2b9705d25cf9ef02e2 (diff)
Remove livecheck
Diffstat (limited to 'Formula')
-rw-r--r--Formula/page.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/Formula/page.rb b/Formula/page.rb
index 556fcc0..baf0688 100644
--- a/Formula/page.rb
+++ b/Formula/page.rb
@@ -6,11 +6,6 @@ class Page < Formula
head "https://git.sr.ht/~rbdr/page", branch: "main"
version "1.0.0"
- livecheck do
- url :stable
- strategy :github_latest
- end
-
depends_on "rust" => :build
def install