From fc043736af0521a23a33978d48c56f080e623afd Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Wed, 4 Mar 2026 21:46:44 -0800 Subject: [PATCH] Move repo and homepage to bkl.sh --- Formula/bkl.rb | 6 +++--- README.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Formula/bkl.rb b/Formula/bkl.rb index 5653663..9f24a6c 100644 --- a/Formula/bkl.rb +++ b/Formula/bkl.rb @@ -3,10 +3,10 @@ class Bkl < Formula sha256 "86363f9db0b43769ddef602154a55c49f3ff55c5f481f95ea44f311c5f7c9d59" desc "Evaluates bkl configuration layer files" - homepage "https://bkl.gopatchy.io" - url "https://github.com/gopatchy/bkl/archive/refs/tags/#{@@tag}.tar.gz" + homepage "https://bkl.sh" + url "https://git.bkl.sh/bkl/bkl/archive/#{@@tag}.tar.gz" license "Apache-2.0" - head "https://github.com/gopatchy/bkl.git", branch: "main" + head "https://git.bkl.sh/bkl/bkl.git", branch: "main" depends_on "go" => :build diff --git a/README.md b/README.md index a0c9e67..489e99b 100644 --- a/README.md +++ b/README.md @@ -1 +1 @@ -brew.sh tap for github.com/gopatchy/bkl +brew.sh tap for git.bkl.sh/bkl/bkl