From 01985c22c050c8713f143343c4ba603829b7a0a0 Mon Sep 17 00:00:00 2001 From: KITAITI Makoto Date: Sat, 5 Apr 2025 13:55:09 +0900 Subject: [PATCH] ruby : change homepage URI in Ruby gemspec (#3007) --- bindings/ruby/whispercpp.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/ruby/whispercpp.gemspec b/bindings/ruby/whispercpp.gemspec index 58ba9a8e..30801958 100644 --- a/bindings/ruby/whispercpp.gemspec +++ b/bindings/ruby/whispercpp.gemspec @@ -26,7 +26,7 @@ Gem::Specification.new do |s| s.required_ruby_version = '>= 3.1.0' #### Documentation and testing. - s.homepage = 'https://github.com/ggerganov/whisper.cpp' + s.homepage = 'https://github.com/ggml-org/whisper.cpp' s.rdoc_options = ['--main', 'README.md']