Skip to content

Commit fba1399

Browse files
committed
use ssl for homepage
1 parent f7bfad9 commit fba1399

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yard.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Gem::Specification.new do |s|
1313
s.version = YARD::VERSION
1414
s.author = "Loren Segal"
1515
s.email = "lsegal@soen.ca"
16-
s.homepage = "http://yardoc.org"
16+
s.homepage = "https://yardoc.org"
1717
s.platform = Gem::Platform::RUBY
1818
s.files = Dir['{lib,docs,po,templates}/**/*', '.yardopts*', 'CHANGELOG.md', 'LICENSE', 'LEGAL', 'README.md']
1919
s.require_paths = ['lib']

0 commit comments

Comments
 (0)