]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
ruby : change homepage URI in Ruby gemspec (#3007)
authorKITAITI Makoto <redacted>
Sat, 5 Apr 2025 04:55:09 +0000 (13:55 +0900)
committerGitHub <redacted>
Sat, 5 Apr 2025 04:55:09 +0000 (07:55 +0300)
bindings/ruby/whispercpp.gemspec

index 58ba9a8eb31dbb9dc866a18e7bbd354c597e0a02..308019582be0644197df7f308b3454eaec5cce09 100644 (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']