Skip to content

Commit

Permalink
Merge pull request #105 from fnichol/correct_source_url
Browse files Browse the repository at this point in the history
[metadata] fix an error with the source_url; v0.5.1
  • Loading branch information
theckman authored Nov 5, 2016
2 parents b6b39bc + da8116a commit b1a0ada
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
license 'Apache 2.0'
description 'A convenient Chef LWRP to manage user accounts and SSH keys (this is not the opscode users cookbook)'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '0.5.0'
version '0.5.1'

issues_url 'https://github.com/fnichol/chef-user/issues'
source_url 'https://github.com/fnichol'
source_url 'https://github.com/fnichol/chef-user'

supports 'ubuntu'
supports 'debian'
Expand Down

0 comments on commit b1a0ada

Please sign in to comment.