From 783bb0bf64dfd74519b6f1d56c98a078738c7007 Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Fri, 15 May 2020 08:27:41 +0200 Subject: [PATCH] gemspec: refer to homepage w/ https --- pry-remote.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pry-remote.gemspec b/pry-remote.gemspec index 2373c3c..75c0f4e 100644 --- a/pry-remote.gemspec +++ b/pry-remote.gemspec @@ -8,7 +8,7 @@ Gem::Specification.new do |s| s.summary = "Connect to Pry remotely" s.description = "Connect to Pry remotely using DRb" - s.homepage = "http://github.com/Mon-Ouie/pry-remote" + s.homepage = "https://github.com/Mon-Ouie/pry-remote" s.email = "mon.ouie@gmail.com" s.authors = ["Mon ouie"]