Skip to content

Commit

Permalink
gems: fix github packages repository scope (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
q9f authored Oct 2, 2021
1 parent eea4515 commit 1199c7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions keccak.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ Gem::Specification.new do |spec|
spec.metadata = {
'homepage_uri' => 'https://github.com/q9f/keccak.rb',
'source_code_uri' => 'https://github.com/q9f/keccak.rb',
'bug_tracker_uri' =>
'https://github.com/q9f/keccak.rb/issues',
'github_repo' => 'https://github.com/q9f/keccak.rb',
'bug_tracker_uri' => 'https://github.com/q9f/keccak.rb/issues',
}.freeze
spec.require_paths = ['lib']
spec.files = Dir[
Expand Down

0 comments on commit 1199c7f

Please sign in to comment.