Skip to content

Commit

Permalink
Merge pull request puppetlabs#9 from fiddyspence/trivial/gemspec
Browse files Browse the repository at this point in the history
Trivial: gemspec had bogus URL
  • Loading branch information
scotje committed Jan 5, 2016
2 parents d28cdb8 + 245a0ce commit 6d19379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion semantic_puppet.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec = Gem::Specification.new do |s|
s.version = SemanticPuppet::VERSION
s.authors = ["Puppet Labs"]
s.email = ["info@puppetlabs.com"]
s.homepage = "https://github.com/puppetlabs/semantic_puppet-gem"
s.homepage = "https://github.com/puppetlabs/semantic_puppet"
s.summary = "Useful tools for working with Semantic Versions."
s.description = %q{Tools used by Puppet to parse, validate, and compare Semantic Versions and Version Ranges and to query and resolve module dependencies.}
s.licenses = ['Apache-2.0']
Expand Down

0 comments on commit 6d19379

Please sign in to comment.