We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b25179f + 556582b commit 51ff816Copy full SHA for 51ff816
openssl.gemspec
@@ -5,7 +5,7 @@ Gem::Specification.new do |spec|
5
spec.email = ["ruby-core@ruby-lang.org"]
6
spec.summary = %q{OpenSSL provides SSL, TLS and general purpose cryptography.}
7
spec.description = %q{It wraps the OpenSSL library.}
8
- spec.homepage = "https://www.ruby-lang.org/"
+ spec.homepage = "https://github.com/ruby/openssl"
9
spec.license = "Ruby"
10
11
spec.files = Dir["lib/**/*.rb", "ext/**/*.{c,h,rb}", "*.md", "BSDL", "LICENSE.txt"]
0 commit comments