Skip to content

Commit

Permalink
Use HTTPS in the gemspec website URL
Browse files Browse the repository at this point in the history
  • Loading branch information
ekohl authored and mmoll committed May 28, 2018
1 parent e7a7d3e commit dc20c3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion foreman_xen.gemspec
Expand Up @@ -9,7 +9,7 @@ Gem::Specification.new do |s|
s.version = ForemanXen::VERSION
s.authors = ['Pavel Nemirovsky', 'Michal Piotrowski', 'Avi Israeli']
s.email = ['operations@oovoo.com']
s.homepage = 'http://github.com/theforeman/foreman-xen'
s.homepage = 'https://github.com/theforeman/foreman-xen'
s.summary = 'Provision and manage XEN Server from Foreman'
s.description = 'Provision and manage XEN Server from Foreman.'
s.licenses = ['GPL-3.0']
Expand Down

0 comments on commit dc20c3c

Please sign in to comment.