From 89f5705bf1bdc177e001216ee177888be6a133d7 Mon Sep 17 00:00:00 2001 From: Ivan Kapelyukhin Date: Fri, 24 Nov 2017 10:28:17 +0100 Subject: [PATCH] Fix the wrong homepage link --- libyui-rake.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libyui-rake.gemspec b/libyui-rake.gemspec index 5269c7a..d45fa1f 100644 --- a/libyui-rake.gemspec +++ b/libyui-rake.gemspec @@ -24,7 +24,7 @@ Gem::Specification.new do |spec| # author spec.author = "YaST team" spec.email = "yast-devel@suse.com" - spec.homepage = "http://github.org/openSUSE/libyui-rake" + spec.homepage = "https://github.com/openSUSE/libyui-rake" spec.summary = "Rake tasks providing basic work-flow for libyui development" spec.description = <<-end