Skip to content

Commit a4dd203

Browse files
authored
Merge pull request Homebrew#208183 from Homebrew/formulae-homepage
formulae: update homepage
2 parents 944d1a0 + aed67c9 commit a4dd203

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

105 files changed

+105
-107
lines changed

Formula/g/gambit-scheme.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
class GambitScheme < Formula
22
desc "Implementation of the Scheme Language"
3-
homepage "https://github.com/gambit/gambit"
3+
homepage "https://gambitscheme.org/"
44
url "https://github.com/gambit/gambit/archive/refs/tags/v4.9.5.tar.gz"
55
sha256 "758da7b4afe6411e9c4fed14b0cc5ada39b5f1393c1edd4d3dd9c9a06127c310"
66
license "Apache-2.0"

Formula/g/gambit.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
class Gambit < Formula
22
desc "Software tools for game theory"
3-
homepage "http://www.gambit-project.org"
3+
homepage "https://www.gambit-project.org/"
44
url "https://github.com/gambitproject/gambit/archive/refs/tags/v16.3.0.tar.gz"
55
sha256 "d72e991ce935a3dc893947c413410348e2c2eb9cd912ec3b083699a4ccae4d77"
66
license all_of: ["GPL-2.0-or-later", "Zlib"]

Formula/g/gammaray.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
class Gammaray < Formula
22
desc "Examine and manipulate Qt application internals at runtime"
3-
homepage "https://www.kdab.com/gammaray"
3+
homepage "https://www.kdab.com/software-technologies/developer-tools/gammaray/"
44
url "https://github.com/KDAB/GammaRay/releases/download/v3.1.0/gammaray-3.1.0.tar.gz"
55
sha256 "93b52d5318374896621e1d8b5dd03379c53e0458b1633b539d18737fe8c300cf"
66
license "GPL-2.0-or-later"

Formula/g/gator.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
class Gator < Formula
22
desc "CLI Utility for Open Policy Agent Gatekeeper"
3-
homepage "https://open-policy-agent.github.io/gatekeeper/website/docs/gator"
3+
homepage "https://open-policy-agent.github.io/gatekeeper/"
44
url "https://github.com/open-policy-agent/gatekeeper/archive/refs/tags/v3.18.2.tar.gz"
55
sha256 "a69607832b6662aff8f67cbceb5a94a243a02ba085e5ee462e9a2a4c2eb762cf"
66
license "Apache-2.0"

Formula/g/gdal.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
class Gdal < Formula
22
desc "Geospatial Data Abstraction Library"
3-
homepage "https://www.gdal.org/"
3+
homepage "https://gdal.org/en/stable/"
44
url "https://github.com/OSGeo/gdal/releases/download/v3.10.2/gdal-3.10.2.tar.gz"
55
sha256 "ca710aab81eb4d638f5dbd4f03d4d4b902aeb6ee73a3d4a8c5e966b6b648b0da"
66
license "MIT"

Formula/g/ghr.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
class Ghr < Formula
22
desc "Upload multiple artifacts to GitHub Release in parallel"
3-
homepage "https://tcnksm.github.io/ghr"
3+
homepage "https://deeeet.com/ghr/"
44
url "https://github.com/tcnksm/ghr/archive/refs/tags/v0.17.0.tar.gz"
55
sha256 "3880f783dc9bded96d67bd3138a283eea8da767559ca8ae904b316965315199a"
66
license "MIT"

Formula/g/gist.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
class Gist < Formula
22
desc "Command-line utility for uploading Gists"
3-
homepage "https://github.com/defunkt/gist"
3+
homepage "https://defunkt.io/gist/"
44
url "https://github.com/defunkt/gist/archive/refs/tags/v6.0.0.tar.gz"
55
sha256 "ddfb33c039f8825506830448a658aa22685fc0c25dbe6d0240490982c4721812"
66
license "MIT"

Formula/g/git-cliff.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
class GitCliff < Formula
22
desc "Highly customizable changelog generator"
3-
homepage "https://github.com/orhun/git-cliff"
3+
homepage "https://git-cliff.org/"
44
url "https://github.com/orhun/git-cliff/archive/refs/tags/v2.8.0.tar.gz"
55
sha256 "dfcf7b7d903c6479e58c8e7594364d67ce59e3e50351b3277eb33482a783418d"
66
license all_of: ["Apache-2.0", "MIT"]

Formula/g/git-lfs.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
class GitLfs < Formula
22
desc "Git extension for versioning large files"
3-
homepage "https://git-lfs.github.com/"
3+
homepage "https://git-lfs.com/"
44
url "https://github.com/git-lfs/git-lfs/releases/download/v3.6.1/git-lfs-v3.6.1.tar.gz"
55
sha256 "1417b7ee9a8fba8d649a89f070fdcde8b2593ca2caa74e3e808d2bb35d5ca5f7"
66
license "MIT"

Formula/g/git-quick-stats.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
class GitQuickStats < Formula
22
desc "Simple and efficient way to access statistics in git"
3-
homepage "https://github.com/arzzen/git-quick-stats"
3+
homepage "https://git-quick-stats.sh/"
44
url "https://github.com/arzzen/git-quick-stats/archive/refs/tags/2.5.8.tar.gz"
55
sha256 "75a171042472a0415324c9e903e80be24c2ec32d366a3e1f67ca838a33ecad8f"
66
license "MIT"

0 commit comments

Comments
 (0)