Homebrew tap for zerolabsco tools

homebrew packaging tap

Commit b59348042d

b59348042d0470afc561764794e39cf73ef87c93

parent: a5063b11f1

Verified · cmc

cmc <hello@cleberg.net> · 2026-08-25T19:50:07Z

gitbay 0.3.0; the license is 0BSD
Formula/gitbay.rb +3 −3
@@ -2,9 +2,9 @@ class Gitbay < Formula
22 desc "CLI for gitbay, the CLI-first git forge"
33 homepage "https://gitbay.org"
44 url "https://gitbay.org/krz/gitbay.git",
5 tag: "v0.2.0",
6 revision: "b937a769f31481aa5f2e4e70711dea53e22ce6da"
7 license "ISC"
5 tag: "v0.3.0",
6 revision: "6b01ef3788b21e3a4c027a2afe7e7a5bda9ca000"
7 license "0BSD"
88 head "https://gitbay.org/krz/gitbay.git", branch: "main"
99
1010 depends_on "go" => :build