KitaitiMakoto commited on
Commit
a1b00a9
·
unverified ·
1 Parent(s): ba518eb

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

Browse files
Files changed (1) hide show
  1. bindings/ruby/whispercpp.gemspec +1 -1
bindings/ruby/whispercpp.gemspec CHANGED
@@ -26,7 +26,7 @@ Gem::Specification.new do |s|
26
  s.required_ruby_version = '>= 3.1.0'
27
 
28
  #### Documentation and testing.
29
- s.homepage = 'https://github.com/ggerganov/whisper.cpp'
30
  s.rdoc_options = ['--main', 'README.md']
31
 
32
 
 
26
  s.required_ruby_version = '>= 3.1.0'
27
 
28
  #### Documentation and testing.
29
+ s.homepage = 'https://github.com/ggml-org/whisper.cpp'
30
  s.rdoc_options = ['--main', 'README.md']
31
 
32