ruby : change homepage URI in Ruby gemspec (#3007)

This commit is contained in:
KITAITI Makoto 2025-04-05 13:55:09 +09:00 committed by GitHub
parent 448f3d3b93
commit 01985c22c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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