From dc20c3cb4c2d05d02610012bf594f2ba22a9fbec Mon Sep 17 00:00:00 2001 From: Ewoud Kohl van Wijngaarden Date: Mon, 28 May 2018 17:48:16 +0200 Subject: [PATCH] Use HTTPS in the gemspec website URL --- foreman_xen.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/foreman_xen.gemspec b/foreman_xen.gemspec index dbdd329..daca58d 100644 --- a/foreman_xen.gemspec +++ b/foreman_xen.gemspec @@ -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']