From 213c5666851fba315326e0cf481a96e16cf22653 Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Sun, 21 Jan 2024 16:48:06 +0100 Subject: [PATCH] Use https link in rails-footnotes.gemspec [ci skip] --- rails-footnotes.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rails-footnotes.gemspec b/rails-footnotes.gemspec index 69b17d1..c4da4e1 100644 --- a/rails-footnotes.gemspec +++ b/rails-footnotes.gemspec @@ -6,7 +6,7 @@ Gem::Specification.new do |s| s.platform = Gem::Platform::RUBY s.authors = ["Roman V. Babenko", "José Valim", "Keenan Brock", "Duane Johnson", "Adrien Siami", "André Arko"] s.email = ["andre@arko.net"] - s.homepage = "http://github.com/indirect/rails-footnotes" + s.homepage = "https://github.com/indirect/rails-footnotes" s.summary = %q{Every Rails page has footnotes that gives information about your application and links back to your editor.} s.description = %q{Every Rails page has footnotes that gives information about your application and links back to your editor.}