From c23d6cced93983e9c257a8209fd640286720f975 Mon Sep 17 00:00:00 2001 From: Caleb Xu Date: Sat, 2 Mar 2024 02:40:59 -0500 Subject: [PATCH] gistit: fix homepage --- Formula/g/gistit.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/g/gistit.rb b/Formula/g/gistit.rb index 08aed2a026b03..09a56913c24f8 100644 --- a/Formula/g/gistit.rb +++ b/Formula/g/gistit.rb @@ -1,6 +1,6 @@ class Gistit < Formula desc "Command-line utility for creating Gists" - homepage "https://gistit.herokuapp.com/" + homepage "https://github.com/jrbasso/gistit" url "https://github.com/jrbasso/gistit/archive/refs/tags/v0.1.4.tar.gz" sha256 "9d87cfdd6773ebbd3f6217b11d9ebcee862ee4db8be7e18a38ebb09634f76a78" license "MIT"