Skip to content

Commit

Permalink
Fix broken URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
fernau committed Sep 29, 2017
1 parent 82641f1 commit 900aecb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions nexus-iq-server/metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
long_description 'Installs/Configures Nexus IQ Server'
version '0.1.0'
chef_version '>= 12.1' if respond_to?(:chef_version)
issues_url 'https://github.com/sonatype/nexus-chef-cookbook/issues'
source_url 'https://github.com/sonatype/nexus-chef-cookbook'
issues_url 'https://github.com/sonatype/chef-nexus/issues'
source_url 'https://github.com/sonatype/chef-nexus'
supports 'ubuntu', '>= 16.04'
supports 'centos', '>= 7.3'

Expand Down
4 changes: 2 additions & 2 deletions nexus-repository-manager/metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
long_description 'Installs/Configures Nexus Repository Manager'
version '0.1.0'
chef_version '>= 12.1' if respond_to?(:chef_version)
issues_url 'https://github.com/sonatype/chef-nexus-cookbook/issues'
source_url 'https://github.com/sonatype/chef-nexus-cookbook'
issues_url 'https://github.com/sonatype/chef-nexus/issues'
source_url 'https://github.com/sonatype/chef-nexus'
supports 'ubuntu', '>= 16.04'
supports 'centos', '>= 7.3'

Expand Down

0 comments on commit 900aecb

Please sign in to comment.