Skip to content

Commit 51ff816

Browse files
authored
Merge pull request #150 from ruby/homepage
To use upstream url of github
2 parents b25179f + 556582b commit 51ff816

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openssl.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Gem::Specification.new do |spec|
55
spec.email = ["ruby-core@ruby-lang.org"]
66
spec.summary = %q{OpenSSL provides SSL, TLS and general purpose cryptography.}
77
spec.description = %q{It wraps the OpenSSL library.}
8-
spec.homepage = "https://www.ruby-lang.org/"
8+
spec.homepage = "https://github.com/ruby/openssl"
99
spec.license = "Ruby"
1010

1111
spec.files = Dir["lib/**/*.rb", "ext/**/*.{c,h,rb}", "*.md", "BSDL", "LICENSE.txt"]

0 commit comments

Comments
 (0)