From ba88ef870fc3d117d7ad7647fcf563b755c2abb4 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sat, 20 Apr 2024 17:48:18 -0400 Subject: [PATCH] mailshears.gemspec: http -> https --- mailshears.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mailshears.gemspec b/mailshears.gemspec index 0187847..b68105d 100644 --- a/mailshears.gemspec +++ b/mailshears.gemspec @@ -5,7 +5,7 @@ Gem::Specification.new do |s| s.platform = Gem::Platform::RUBY s.authors = ['Michael Orlitzky'] s.email = ['michael@orlitzky.com'] - s.homepage = 'http://michael.orlitzky.com/code/mailshears.xhtml' + s.homepage = 'https://michael.orlitzky.com/code/mailshears.xhtml' s.summary = 'Prune unused mail directories.' s.description = <<-EOF Managing a mail system with virtual users is annoying. The -- 2.43.2