Skip to content

Commit

Permalink
Correct author details in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
jonlives committed Nov 17, 2017
1 parent de0f651 commit a36a502
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions knife-spork.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ require "knife-spork/version"
Gem::Specification.new do |gem|
gem.name = 'knife-spork'
gem.version = KnifeSpork::Version::VERSION
gem.authors = ["Jon Cowie", "Katherine Daniels"]
gem.email = ['[email protected]', '[email protected]']
gem.authors = ["Jon Cowie", "Ryn Daniels"]
gem.email = ['[email protected]', '[email protected]']
gem.homepage = 'https://github.com/jonlives/knife-spork'
gem.licenses = ['GPL']
gem.summary = "A workflow plugin to help many devs work with the same chef repo/server"
Expand Down

0 comments on commit a36a502

Please sign in to comment.