Skip to content

Commit

Permalink
Fix gemspec metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
biow0lf authored Jul 18, 2024
1 parent 430fed9 commit f603863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gli.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec = Gem::Specification.new do |s|
s.metadata = {
'bug_tracker_uri' => 'https://github.com/davetron5000/gli/issues',
'changelog_uri' => 'https://github.com/davetron5000/gli/releases',
'documentation_uri' => 'http://davetron5000.github.io/gli/rdoc/index.html',
'documentation_uri' => 'https://davetron5000.github.io/gli/rdoc/index.html',
'homepage_uri' => 'https://davetron5000.github.com/gli/',
'source_code_uri' => 'https://github.com/davetron5000/gli/',
'wiki_url' => 'https://github.com/davetron5000/gli/wiki',
Expand Down

0 comments on commit f603863

Please sign in to comment.