Skip to content

Commit

Permalink
fix homepage in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelmeurer committed Aug 10, 2016
1 parent 1a95f2b commit 6e2d3c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap-navbar.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |gem|
gem.email = 'manuel@krautcomputing.com'
gem.summary = 'Helpers to generate a Bootstrap style navbar'
gem.description = 'Helpers to generate a Bootstrap style navbar'
gem.homepage = 'http://krautcomputing.github.io/bootstrap-navbar'
gem.homepage = 'http://bootstrap-ruby.github.io/bootstrap-navbar'
gem.license = 'MIT'

gem.files = `git ls-files`.split($/)
Expand Down

0 comments on commit 6e2d3c7

Please sign in to comment.