Skip to content

Commit 7948578

Browse files
authored
Mirror spec.homepage as metadata["homepage_uri"] (jekyll#8056)
Merge pull request 8056
1 parent e9174df commit 7948578

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jekyll.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ Gem::Specification.new do |s|
1919
s.require_paths = ["lib"]
2020

2121
s.metadata = {
22+
"source_code_uri" => "https://github.com/jekyll/jekyll",
2223
"bug_tracker_uri" => "https://github.com/jekyll/jekyll/issues",
2324
"changelog_uri" => "https://github.com/jekyll/jekyll/releases",
24-
"homepage_uri" => "https://jekyllrb.com",
25-
"source_code_uri" => "https://github.com/jekyll/jekyll",
25+
"homepage_uri" => s.homepage,
2626
}
2727

2828
s.rdoc_options = ["--charset=UTF-8"]

0 commit comments

Comments
 (0)