Commit a5063b11f1
Verified · cmc
Formula/gitbay.rb +2 −2
| @@ -2,8 +2,8 @@ class Gitbay < Formula | ||
| 2 | 2 | desc "CLI for gitbay, the CLI-first git forge" |
| 3 | 3 | homepage "https://gitbay.org" |
| 4 | 4 | url "https://gitbay.org/krz/gitbay.git", |
| 5 | tag: "v0.1.0", | |
| 6 | revision: "2e2eeb13b3191e7642b29bc567b1077e11ed9a78" | |
| 5 | tag: "v0.2.0", | |
| 6 | revision: "b937a769f31481aa5f2e4e70711dea53e22ce6da" | |
| 7 | 7 | license "ISC" |
| 8 | 8 | head "https://gitbay.org/krz/gitbay.git", branch: "main" |
| 9 | 9 | |