From: KITAITI Makoto Date: Sat, 5 Apr 2025 04:55:09 +0000 (+0900) Subject: ruby : change homepage URI in Ruby gemspec (#3007) X-Git-Tag: upstream/1.7.5+105~94 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=01985c22c050c8713f143343c4ba603829b7a0a0;p=pkg%2Fggml%2Fsources%2Fwhisper.cpp ruby : change homepage URI in Ruby gemspec (#3007) --- 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']