Skip to content

Commit b1a0ada

Browse files
authored
Merge pull request #105 from fnichol/correct_source_url
[metadata] fix an error with the source_url; v0.5.1
2 parents b6b39bc + da8116a commit b1a0ada

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

metadata.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
license 'Apache 2.0'
55
description 'A convenient Chef LWRP to manage user accounts and SSH keys (this is not the opscode users cookbook)'
66
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
7-
version '0.5.0'
7+
version '0.5.1'
88

99
issues_url 'https://github.com/fnichol/chef-user/issues'
10-
source_url 'https://github.com/fnichol'
10+
source_url 'https://github.com/fnichol/chef-user'
1111

1212
supports 'ubuntu'
1313
supports 'debian'

0 commit comments

Comments
 (0)