diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-04-17 20:48:21 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-04-17 20:48:21 +0200 |
| commit | 77fd2cc0bebfad01875cf368c3875b611df8a750 (patch) | |
| tree | b128a6521400031a932992bd7ecc93351bfbae4d /Formula/page.rb | |
| parent | 8c0224ed5755b899815a69c6775eff522f6a1130 (diff) | |
Add license and tag
Diffstat (limited to 'Formula/page.rb')
| -rw-r--r-- | Formula/page.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Formula/page.rb b/Formula/page.rb index 028df4b..66b1f4e 100644 --- a/Formula/page.rb +++ b/Formula/page.rb @@ -4,7 +4,7 @@ class Page < Formula url "https://git.sr.ht/~rbdr/page" sha256 "0fb17aaf285b3eee8ddab17b833af1e190d73de317ff9648751ab0660d763ed2" license "Apache-2.0" - head "https://git.sr.ht/~rbdr/page", branch: "main" + head "https://git.sr.ht/~rbdr/page", tag: "1.0.0" livecheck do url :stable |