[Skip CI]Change homepage URI in Ruby gemspec

This commit is contained in:
Kitaiti Makoto 2025-04-05 12:22:38 +09:00
parent 448f3d3b93
commit 8884d5bd8b

View File

@ -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']